|
@@ -420,6 +420,26 @@ export default [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/tentative/basic',
|
|
|
+ name: 'tentative-basic',
|
|
|
+ redirect: '/tentative/basic',
|
|
|
+ meta: { title: '基础数据管理' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/tentative/basic/code',
|
|
|
+ name: 'tentative-basic-code',
|
|
|
+ meta: { title: '编号管理' },
|
|
|
+ component: () => import('~src/views/tentative/basic/code.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/tentative/basic/rule',
|
|
|
+ name: 'tentative-basic-rule',
|
|
|
+ meta: { title: '规范管理' },
|
|
|
+ component: () => import('~src/views/tentative/basic/rule.vue'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
{
|