Merge branch 'label' of gitee.com:three-make-money/temu-plugin into master
Signed-off-by: juanmao2009 <499672082@qq.com>
This commit is contained in:
@@ -186,7 +186,7 @@ const router = new VueRouter({
|
||||
name: 'coinFlow',
|
||||
component: () => import('../view/CoinFlow.vue')
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
path: 'costManageTemu',
|
||||
name: 'costManageTemu',
|
||||
@@ -311,6 +311,32 @@ const router = new VueRouter({
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'labelsTemplate',
|
||||
name: 'labelsTemplate',
|
||||
component: () => import('../view/lables/Template.vue')
|
||||
},
|
||||
{
|
||||
path: 'addLabelsTemplate',
|
||||
name: 'addLabelsTemplate',
|
||||
component: () => import('../view/lables/AddTemplate.vue'),
|
||||
meta: {
|
||||
activeMenu:'/labelsTemplate'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'labelsPrint',
|
||||
name: 'labelsPrint',
|
||||
component: () => import('../view/lables/Print.vue')
|
||||
},
|
||||
{
|
||||
path: 'skuManage',
|
||||
name: 'skuManage',
|
||||
component: () => import('../view/lables/SkuManage.vue'),
|
||||
meta: {
|
||||
activeMenu:'/labelsTemplate'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user