This commit is contained in:
liushiwei
2023-11-24 01:04:54 +08:00
parent fe6fd6cfdc
commit 15cd54a44e
17 changed files with 1340 additions and 39 deletions

View File

@@ -67,7 +67,6 @@ const router = new VueRouter({
name: 'copyProduct',
component: () => import('../view/product/CopyProduct.vue')
},
{
path: 'niubiCopy',
name: 'niubiCopy',
@@ -93,6 +92,16 @@ const router = new VueRouter({
name: 'indexTrack',
component: () => import('../view/selection/indextrack/Index.vue')
},
{
path: 'newProduct',
name: 'newProduct',
component: () => import('../view/selection/newproducttrack/newproduct/Index.vue')
},
{
path: 'newProductGroup',
name: 'newProductGroup',
component: () => import('../view/selection/newproducttrack/newproductgroup/Index.vue')
},
{
path: 'message',
@@ -121,7 +130,20 @@ const router = new VueRouter({
path: 'learning',
name: 'learning',
component: () => import('../view/Learning.vue')
}
},
{
path: 'qualification',
name: 'qualification',
children: [
{
path: 'oushuitong',
name: 'oushuitong',
meta: {
activeMenu:'/qualification'
}
}
]
},
]
},
{