Merge branch 'dev' of http://47.109.205.240:3000/Web/daimp-front into dev
This commit is contained in:
commit
bcbea002c7
@ -90,12 +90,12 @@ const inputSuppliesRoutes = [
|
|||||||
component: () => import('@/views/inputSuppliesManage/knowledgeManage/index.vue'),
|
component: () => import('@/views/inputSuppliesManage/knowledgeManage/index.vue'),
|
||||||
meta: { title: '知识库', icon: 'Document' },
|
meta: { title: '知识库', icon: 'Document' },
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: '/sub-government-affairs-service/patrolCaseManage',
|
// path: '/sub-government-affairs-service/patrolCaseManage',
|
||||||
name: 'patrolCaseManage',
|
// name: 'patrolCaseManage',
|
||||||
component: () => import('@/views/inputSuppliesManage/patrolCaseManage/index.vue'),
|
// component: () => import('@/views/inputSuppliesManage/patrolCaseManage/index.vue'),
|
||||||
meta: { title: '巡查与案件管理', icon: 'Document' },
|
// meta: { title: '巡查与案件管理', icon: 'Document' },
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -24,24 +24,23 @@ import '@vuemap/vue-amap/dist/style.css';
|
|||||||
|
|
||||||
// 初始化高德地图 API
|
// 初始化高德地图 API
|
||||||
initAMapApiLoader({
|
initAMapApiLoader({
|
||||||
key: 'c843a50db7157faf295c6fa37c48719f',
|
key: 'c843a50db7157faf295c6fa37c48719f',
|
||||||
securityJsCode: 'f09302d3ed65110614bdb26e44717ddf', // 新版key需要配合安全密钥使用
|
securityJsCode: 'f09302d3ed65110614bdb26e44717ddf', // 新版key需要配合安全密钥使用
|
||||||
|
version: '2.0',
|
||||||
|
Loca: {
|
||||||
version: '2.0',
|
version: '2.0',
|
||||||
Loca: {
|
},
|
||||||
version: '2.0',
|
AMapUI: {
|
||||||
},
|
lugins: ['misc/PathSimplifier'],
|
||||||
AMapUI: {
|
},
|
||||||
plugins: ['misc/PathSimplifier'],
|
plugins: ['AMap.MapType'],
|
||||||
},
|
|
||||||
plugins: ['AMap.MapType'],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const app = createApp(App);
|
const app = createApp(App);
|
||||||
app.use(pinia).use(router).use(ElementPlus).use(Avue).use(VueAMap);
|
app.use(pinia).use(router).use(ElementPlus).use(Avue).use(VueAMap);
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
registerGlobalComponents(app);
|
registerGlobalComponents(app);
|
||||||
registerElIcons(app);
|
registerElIcons(app);
|
||||||
registerDirective(app);
|
registerDirective(app);
|
||||||
registerMicroApps(app);
|
registerMicroApps(app);
|
||||||
})
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user