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" } +]; /** * 抽奖游戏类型