shuishen
2023-02-22 7d115dedb4b71f06bf0bffad34fd574b70cc2e31
src/main.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-09-07 09:34:58
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-20 09:52:16
 * @LastEditTime: 2023-02-22 11:58:46
 * @FilePath: \srs-police-affairs\src\main.js
 * @Description: 
 * 
@@ -12,6 +12,7 @@
import App from './App.vue'
import router from './router/page'
import store from './store'
import videoLoading from '@/components/loading'
import { EventBus } from '@/eventBus/event-bus'
@@ -64,6 +65,7 @@
Vue.prototype.$EventBus = EventBus
Vue.use(ElementUI)
Vue.use(VueAxios, axios)
Vue.use(videoLoading)
new Vue({
    router,