This commit is contained in:
dt_2916866708
2024-01-12 10:17:16 +08:00
parent 6a42423cfb
commit 0f3a7b72d6
6 changed files with 27 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ export const constantRoutes = [{
redirect: 'productList',
meta: { title: '商品', icon: 'iconkongzhitai', affix: true },
children: [
{
{
path: '/productList',
component: () => import('@/views/product/productList/index'),
name: 'productList',