商品库存记录
This commit is contained in:
@@ -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',
|
||||
@@ -53,10 +53,16 @@ export const constantRoutes = [{
|
||||
component: () => import('@/views/product/productAttr/index'),
|
||||
name: 'productAttr',
|
||||
meta: { title: '商品属性', icon: 'iconkongzhitai', affix: true }
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/inventoryRecords',
|
||||
component: () => import('@/views/product/inventoryRecords/index'),
|
||||
name: 'inventoryRecords',
|
||||
meta: { title: '库存记录', icon: 'iconkongzhitai', affix: true }
|
||||
},
|
||||
]
|
||||
},
|
||||
{ path: '/CustomerMarket', component: CustomerMarket },
|
||||
{ path: '/CustomerMarket', component: CustomerMarket },
|
||||
{
|
||||
path: '/profile',
|
||||
component: Layout,
|
||||
@@ -70,7 +76,7 @@ export const constantRoutes = [{
|
||||
meta: { title: '个人中心', icon: 'user', noCache: true }
|
||||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/redirect',
|
||||
component: Layout,
|
||||
@@ -91,7 +97,7 @@ export const constantRoutes = [{
|
||||
path: '/login',
|
||||
component: () => import('@/views/login/index'),
|
||||
hidden: true
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/distribution',
|
||||
component: () => import('@/views/distribution/distribution'),
|
||||
|
||||
Reference in New Issue
Block a user