清理缓存
This commit is contained in:
parent
83ed9a1c6a
commit
4f52a03dc2
@ -45,7 +45,7 @@ defineOptions({ name: 'OperateBaishunGameManage' });
|
|||||||
function createGameForm(sysOrigin = '') {
|
function createGameForm(sysOrigin = '') {
|
||||||
return {
|
return {
|
||||||
amounts: '',
|
amounts: '',
|
||||||
category: 'OTHER',
|
category: 'CHAT_ROOM',
|
||||||
clientOrigin: 'COMMON',
|
clientOrigin: 'COMMON',
|
||||||
cover: '',
|
cover: '',
|
||||||
fullScreen: true as any,
|
fullScreen: true as any,
|
||||||
|
|||||||
@ -57,6 +57,7 @@ export const GAME_CLIENT_ORIGIN_OPTIONS = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const GAME_CATEGORY_OPTIONS = [
|
export const GAME_CATEGORY_OPTIONS = [
|
||||||
|
{ value: 'CHAT_ROOM', name: 'Chat Room' },
|
||||||
{ value: 'FISH_CLASS', name: 'Fish Class' },
|
{ value: 'FISH_CLASS', name: 'Fish Class' },
|
||||||
{ value: 'SLOTS_CLASS', name: 'Slots Class' },
|
{ value: 'SLOTS_CLASS', name: 'Slots Class' },
|
||||||
{ value: 'GREEDY_CLASS', name: 'Greedy Class' },
|
{ value: 'GREEDY_CLASS', name: 'Greedy Class' },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user