[集群-自动切换过国标级联] 平台列表增加区分本平台标识

dev/数据库统合
648540858 2025-01-02 16:59:14 +08:00
parent 4426180eba
commit d4f9d51aee
1 changed files with 6 additions and 1 deletions

View File

@ -97,6 +97,7 @@ import uiHeader from '../layout/UiHeader.vue'
import shareChannel from './dialog/shareChannel.vue' import shareChannel from './dialog/shareChannel.vue'
import platformEdit from './PlatformEdit.vue' import platformEdit from './PlatformEdit.vue'
import streamProxyEdit from "./dialog/StreamProxyEdit.vue"; import streamProxyEdit from "./dialog/StreamProxyEdit.vue";
import Vue from "vue";
export default { export default {
name: 'app', name: 'app',
@ -121,7 +122,11 @@ export default {
total: 0 total: 0
}; };
}, },
computed: {}, computed: {
Vue() {
return Vue
},
},
mounted() { mounted() {
this.initData(); this.initData();
this.updateLooper = setInterval(this.initData, 10000); this.updateLooper = setInterval(this.initData, 10000);