feat: 商品列表添加完成一半

This commit is contained in:
duan
2025-02-19 18:27:12 +08:00
parent 2a7e200015
commit dc5f664143
11 changed files with 547 additions and 228 deletions

View File

@@ -402,6 +402,17 @@ export const constantRoutes: RouteRecordRaw[] = [
keepAlive: true,
},
},
{
path: "addgoods",
component: () => import("@/views/product/indexconfig/addgoods.vue"),
name: "addgoods",
meta: {
title: "新增商品",
affix: false,
keepAlive: true,
hidden: true
},
},
{
path: "unit",
component: () => import("@/views/product/unit.vue"),