|
@@ -139,6 +139,12 @@ export default [
|
|
meta: {title: '档案统计'},
|
|
meta: {title: '档案统计'},
|
|
component: () => import('~src/views/using/stats.vue')
|
|
component: () => import('~src/views/using/stats.vue')
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '/using/bim',
|
|
|
|
+ name: 'using-bim',
|
|
|
|
+ meta: {title: 'BIM查询'},
|
|
|
|
+ component: () => import('~src/views/using/bim.vue')
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/using/query',
|
|
path: '/using/query',
|
|
name: 'using-query',
|
|
name: 'using-query',
|