feat: mall detail

This commit is contained in:
xingyu4j
2025-10-22 10:22:51 +08:00
parent 9602ab6a1b
commit fc475c128c
4 changed files with 18 additions and 14 deletions

View File

@@ -34,9 +34,9 @@ const routes: RouteRecordRaw[] = [
name: 'ProductSpuDetail',
meta: {
title: '商品详情',
activePath: '/crm/business',
activePath: '/mall/product/spu',
},
component: () => import('#/views/mall/product/spu/modules/detail.vue'),
component: () => import('#/views/mall/product/spu/form/index.vue'),
},
],
},