feat: 商品规格模块

This commit is contained in:
duan
2025-02-17 14:49:25 +08:00
parent da0888d87d
commit 964616fc41
18 changed files with 923 additions and 7 deletions

View File

@@ -374,7 +374,7 @@ export const constantRoutes: RouteRecordRaw[] = [
children: [
{
path: "index",
component: () => import("@/views/product/list.vue"),
component: () => import("@/views/product/index.vue"),
name: "productIndex",
meta: {
title: "商品列表",