| | |
| | | import router from './router/router' |
| | | import './permission' // 权限 |
| | | import './error' // 日志 |
| | | import './cache'//页面缓存 |
| | | import './cache' //页面缓存 |
| | | import store from './store' |
| | | import { loadStyle } from './util/util' |
| | | import { |
| | | loadStyle |
| | | } from './util/util' |
| | | import * as urls from '@/config/env' |
| | | import Element from 'element-ui' |
| | | import { |
| | |
| | | |
| | | Vue.config.productionTip = false |
| | | |
| | | //加载全局组件选地图定位点,每个页面都要使用 |
| | | import chousePoint from './components/mapOncePoint/chousePoint' |
| | | Vue.component("chousePoint", chousePoint) |
| | | |
| | | import xymap from './components/xymap/map' |
| | | Vue.component("xymap", xymap) |
| | | |
| | | import setxy from './components/xymap/setxy' |
| | | Vue.component("setxy", setxy) |
| | | |
| | | new Vue({ |
| | | router, |
| | | store, |