更新
This commit is contained in:
@@ -56,17 +56,28 @@ const router = new VueRouter({
|
||||
name: 'copyProduct',
|
||||
component: () => import('../view/product/CopyProduct.vue')
|
||||
},
|
||||
{
|
||||
path: 'niubiCopy',
|
||||
name: 'niubiCopy',
|
||||
component: () => import('../view/product/NiubiCopy.vue')
|
||||
},
|
||||
{
|
||||
path: 'reducePrice',
|
||||
name: 'reducePrice',
|
||||
component: () => import('../view/product/ReducePrice.vue')
|
||||
},
|
||||
|
||||
{
|
||||
path: 'niubiCopy',
|
||||
name: 'niubiCopy',
|
||||
component: () => import('../view/selection/NiubiCopy.vue')
|
||||
},
|
||||
{
|
||||
path: 'storeTrack',
|
||||
name: 'storeTrack',
|
||||
component: () => import('../view/selection/storetrack/Index.vue')
|
||||
},
|
||||
{
|
||||
path: 'keywordTrack',
|
||||
name: 'keywordTrack',
|
||||
component: () => import('../view/selection/KeywordTrack.vue')
|
||||
},
|
||||
|
||||
{
|
||||
path: 'message',
|
||||
name: 'message',
|
||||
|
||||
Reference in New Issue
Block a user