diff --git a/.umirc.ts b/.umirc.ts index f810ace..59f691d 100644 --- a/.umirc.ts +++ b/.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',