shuishen
2022-07-21 03df59a72de4354fcc731675c53dd2805c2ec8b1
src/main.js
@@ -58,7 +58,13 @@
//加载全局组件选地图定位点,每个页面都要使用
import chousePoint from './components/mapOncePoint/chousePoint'
Vue.component("chousePoint", 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,