feat: 商品列表添加完成一半
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user