feat: 修改单规格添加时候的skuid取值

This commit is contained in:
duan
2025-02-28 15:29:17 +08:00
parent d4b5164f79
commit f611d507bc
13 changed files with 779 additions and 2 deletions

View File

@@ -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"),