feat: 添加产品工具, 重构产品 #31

Closed
zksu wants to merge 37 commits from (deleted):main into main
1 changed files with 6 additions and 5 deletions
Showing only changes of commit 7dfbc30e94 - Show all commits

View File

@ -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',