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:
juanmao2009
2024-10-19 09:47:44 +00:00
committed by Gitee
21 changed files with 6168 additions and 2628 deletions

View File

@@ -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'
}
}
]
},
{