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' },
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -31,7 +31,7 @@ initAMapApiLoader({
|
|||||||
version: '2.0',
|
version: '2.0',
|
||||||
},
|
},
|
||||||
AMapUI: {
|
AMapUI: {
|
||||||
plugins: ['misc/PathSimplifier'],
|
lugins: ['misc/PathSimplifier'],
|
||||||
},
|
},
|
||||||
plugins: ['AMap.MapType'],
|
plugins: ['AMap.MapType'],
|
||||||
});
|
});
|
||||||
@ -43,5 +43,4 @@ nextTick(() => {
|
|||||||
registerElIcons(app);
|
registerElIcons(app);
|
||||||
registerDirective(app);
|
registerDirective(app);
|
||||||
registerMicroApps(app);
|
registerMicroApps(app);
|
||||||
})
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user