更新
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user