From ee5cfc8844fbeb8bd69dc0e204599bf58f26f294 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 6 Feb 2026 14:28:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(App=E5=90=AF=E5=8A=A8=E9=A1=B5=E3=80=81?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E7=BB=84=E4=BB=B6):=20=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=96=B0=E5=A2=9E=E2=80=9CCP=E2=80=9D?= =?UTF-8?q?=E3=80=81=E7=B3=BB=E7=BB=9F=E5=B9=B3=E5=8F=B0=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E2=80=9CLOTFUN=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constant/origin.js | 6 ------ src/constant/type.js | 5 ++++- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/constant/origin.js b/src/constant/origin.js index eff0dec..71c9e60 100644 --- a/src/constant/origin.js +++ b/src/constant/origin.js @@ -47,12 +47,6 @@ const sysOriginPlatforms = [ label: "LIKEI", permission: "query:likei", children: sysPlatforms - }, - { - value: "LOTFUN", - label: "LOTFUN", - permission: "query:lotfun", - children: sysPlatforms } ]; diff --git a/src/constant/type.js b/src/constant/type.js index 17e71e6..d67517f 100644 --- a/src/constant/type.js +++ b/src/constant/type.js @@ -1,7 +1,10 @@ /** * App启动页活动类型 */ -const appStartPagePlanTypes = [{ value: "KING_GAMES", name: "游戏王" }]; +const appStartPagePlanTypes = [ + { value: "KING_GAMES", name: "游戏王" }, + { value: "CP", name: "CP" } +]; /** * 抽奖游戏类型