feat(App启动页、编辑组件): 活动类型新增“CP”、系统平台删除“LOTFUN”
This commit is contained in:
parent
fcb48b1105
commit
ee5cfc8844
@ -47,12 +47,6 @@ const sysOriginPlatforms = [
|
|||||||
label: "LIKEI",
|
label: "LIKEI",
|
||||||
permission: "query:likei",
|
permission: "query:likei",
|
||||||
children: sysPlatforms
|
children: sysPlatforms
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "LOTFUN",
|
|
||||||
label: "LOTFUN",
|
|
||||||
permission: "query:lotfun",
|
|
||||||
children: sysPlatforms
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
/**
|
/**
|
||||||
* App启动页活动类型
|
* App启动页活动类型
|
||||||
*/
|
*/
|
||||||
const appStartPagePlanTypes = [{ value: "KING_GAMES", name: "游戏王" }];
|
const appStartPagePlanTypes = [
|
||||||
|
{ value: "KING_GAMES", name: "游戏王" },
|
||||||
|
{ value: "CP", name: "CP" }
|
||||||
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 抽奖游戏类型
|
* 抽奖游戏类型
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user