| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-09-07 09:34:58 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-09-07 10:11:31 |
| | | * @LastEditTime: 2022-09-17 15:27:42 |
| | | * @FilePath: \srs-police-affairs\src\main.js |
| | | * @Description: |
| | | * |
| | |
| | | import router from './router/page' |
| | | import store from './store' |
| | | |
| | | import { EventBus } from '@/eventBus/event-bus' |
| | | |
| | | import * as echarts from 'echarts' |
| | | |
| | |
| | | DC.use(DcS3M) //安装DcS3M库 |
| | | |
| | | Vue.config.productionTip = false |
| | | |
| | | |
| | | Vue.prototype.$EventBus = EventBus |
| | | Vue.use(ElementUI) |
| | | Vue.use(VueAxios, axios) |
| | | |