mirror of
https://github.com/fatedier/frp.git
synced 2026-03-24 09:08:13 +08:00
update dashboard fetch api
This commit is contained in:
@@ -78,17 +78,17 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Humanize from "humanize-plus";
|
||||
import Humanize from 'humanize-plus';
|
||||
import Traffic from './Traffic.vue'
|
||||
import {
|
||||
HttpsProxy
|
||||
} from "../utils/proxy.js"
|
||||
} from '../utils/proxy.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
proxies: null,
|
||||
vhost_https_port: "",
|
||||
subdomain_host: ""
|
||||
vhost_https_port: '',
|
||||
subdomain_host: ''
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user