This commit is contained in:
刘仕伟
2023-12-20 20:45:00 +08:00
parent 0a7f8eb036
commit 2e957ac485
9 changed files with 8645 additions and 135 deletions

View File

@@ -102,6 +102,11 @@ const router = new VueRouter({
name: 'newProductGroup',
component: () => import('../view/selection/newproducttrack/newproductgroup/Index.vue')
},
{
path: 'bestSellers',
name: 'bestSellers',
component: () => import('../view/selection/bestsellers/Index.vue')
},
{
path: 'message',