【新增】标签目录和打印组件
This commit is contained in:
@@ -181,7 +181,7 @@ const router = new VueRouter({
|
||||
name: 'coinFlow',
|
||||
component: () => import('../view/CoinFlow.vue')
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
path: 'costManageTemu',
|
||||
name: 'costManageTemu',
|
||||
@@ -272,7 +272,6 @@ const router = new VueRouter({
|
||||
name: 'purchaseOrderListShein',
|
||||
component: () => import('../view/shein/PurchaseOrderListShein.vue')
|
||||
},
|
||||
|
||||
// {
|
||||
// path: 'statistics',
|
||||
// name: 'statistics',
|
||||
@@ -296,6 +295,24 @@ 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')
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user