feat: 修改单规格添加时候的skuid取值
This commit is contained in:
@@ -384,6 +384,16 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
hidden: true
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "points",
|
||||
component: () => import("@/views/application/marketing/points/index.vue"),
|
||||
name: "points",
|
||||
meta: {
|
||||
title: "积分",
|
||||
affix: false,
|
||||
hidden: true
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "ad",
|
||||
component: () => import("@/views/application/list/ad/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user