diff --git a/sub-government-affairs-service/src/router/modules/inputSupplies/index.js b/sub-government-affairs-service/src/router/modules/inputSupplies/index.js index 96c6867..c2899d8 100644 --- a/sub-government-affairs-service/src/router/modules/inputSupplies/index.js +++ b/sub-government-affairs-service/src/router/modules/inputSupplies/index.js @@ -90,12 +90,12 @@ const inputSuppliesRoutes = [ component: () => import('@/views/inputSuppliesManage/knowledgeManage/index.vue'), meta: { title: '知识库', icon: 'Document' }, }, - { - path: '/sub-government-affairs-service/patrolCaseManage', - name: 'patrolCaseManage', - component: () => import('@/views/inputSuppliesManage/patrolCaseManage/index.vue'), - meta: { title: '巡查与案件管理', icon: 'Document' }, - }, + // { + // path: '/sub-government-affairs-service/patrolCaseManage', + // name: 'patrolCaseManage', + // component: () => import('@/views/inputSuppliesManage/patrolCaseManage/index.vue'), + // meta: { title: '巡查与案件管理', icon: 'Document' }, + // }, ], }, ]; diff --git a/sub-government-screen-service/src/main.js b/sub-government-screen-service/src/main.js index 0f56de6..f5b84b3 100644 --- a/sub-government-screen-service/src/main.js +++ b/sub-government-screen-service/src/main.js @@ -24,24 +24,23 @@ import '@vuemap/vue-amap/dist/style.css'; // 初始化高德地图 API initAMapApiLoader({ - key: 'c843a50db7157faf295c6fa37c48719f', - securityJsCode: 'f09302d3ed65110614bdb26e44717ddf', // 新版key需要配合安全密钥使用 + key: 'c843a50db7157faf295c6fa37c48719f', + securityJsCode: 'f09302d3ed65110614bdb26e44717ddf', // 新版key需要配合安全密钥使用 + version: '2.0', + Loca: { version: '2.0', - Loca: { - version: '2.0', - }, - AMapUI: { - plugins: ['misc/PathSimplifier'], - }, - plugins: ['AMap.MapType'], + }, + AMapUI: { + lugins: ['misc/PathSimplifier'], + }, + plugins: ['AMap.MapType'], }); const app = createApp(App); app.use(pinia).use(router).use(ElementPlus).use(Avue).use(VueAMap); nextTick(() => { - registerGlobalComponents(app); - registerElIcons(app); - registerDirective(app); - registerMicroApps(app); -}) - + registerGlobalComponents(app); + registerElIcons(app); + registerDirective(app); + registerMicroApps(app); +});