| | |
| | | * @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: |
| | | * |
| | |
| | | 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' |
| | | |
| | |
| | | Vue.prototype.$EventBus = EventBus |
| | | Vue.use(ElementUI) |
| | | Vue.use(VueAxios, axios) |
| | | Vue.use(videoLoading) |
| | | |
| | | new Vue({ |
| | | router, |