shuishen
2022-11-02 764cb58899b8ca0e9632a5e83c6950569442c41c
src/main.js
@@ -5,9 +5,11 @@
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 {
@@ -54,6 +56,16 @@
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,