feat: 添加产品工具, 重构产品 #31
11
.umirc.ts
11
.umirc.ts
|
|
@ -87,6 +87,11 @@ export default defineConfig({
|
|||
path: '/product',
|
||||
access: 'canSeeProduct',
|
||||
routes: [
|
||||
{
|
||||
name: '产品列表',
|
||||
path: '/product/list',
|
||||
component: './Product/List',
|
||||
},
|
||||
{
|
||||
name: '商品分类',
|
||||
path: '/product/category',
|
||||
|
|
@ -102,11 +107,7 @@ export default defineConfig({
|
|||
path: '/product/flavors',
|
||||
component: './Product/Flavors',
|
||||
},
|
||||
{
|
||||
name: '产品列表',
|
||||
path: '/product/list',
|
||||
component: './Product/List',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'WP商品列表',
|
||||
path: '/product/wp_list',
|
||||
|
|
|
|||
Loading…
Reference in New Issue