mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 22:47:49 +08:00
临时提交
This commit is contained in:
parent
874733fa2c
commit
319073ca89
@ -109,7 +109,7 @@ import uiHeader from '../layout/UiHeader.vue'
|
|||||||
import MediaServer from './service/MediaServer'
|
import MediaServer from './service/MediaServer'
|
||||||
import easyPlayer from './common/easyPlayer.vue'
|
import easyPlayer from './common/easyPlayer.vue'
|
||||||
import moment from 'moment'
|
import moment from 'moment'
|
||||||
import axios from "axios";
|
import Vue from "vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'app',
|
name: 'app',
|
||||||
@ -145,7 +145,11 @@ export default {
|
|||||||
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {
|
||||||
|
Vue() {
|
||||||
|
return Vue
|
||||||
|
},
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.initData();
|
this.initData();
|
||||||
this.getMediaServerList();
|
this.getMediaServerList();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user