update dashboard fetch api

This commit is contained in:
fatedier
2017-03-28 01:08:04 +08:00
parent ab4a53965b
commit 5c75efa222
10 changed files with 29 additions and 28 deletions

View File

@@ -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() {