From 20c84849e66834ab74c163382467fcecec565d66 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 3 Dec 2025 16:50:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B8=B8=E6=88=8F=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=BC=B9=E7=AA=97):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=88=86=E7=B1=BB=E9=80=89=E9=A1=B9=E7=9A=84?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sys/game-config/room/form-edit.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/sys/game-config/room/form-edit.vue b/src/views/sys/game-config/room/form-edit.vue index 73efb9a..c1cc775 100644 --- a/src/views/sys/game-config/room/form-edit.vue +++ b/src/views/sys/game-config/room/form-edit.vue @@ -316,12 +316,11 @@ export default { // 游戏分类 categories: [ - { value: "All Games", name: "All Games" }, - { value: "Fish Class", name: "Fish Class" }, - { value: "Slots Class", name: "Slots Class" }, - { value: "Greedy Class", name: "Greedy Class" }, - { value: "Race Series", name: "Race Series" }, - { value: "Others", name: "Others" } + { value: "FISH_CLASS", name: "Fish Class" }, + { value: "SLOTS_CLASS", name: "Slots Class" }, + { value: "GREEDY_CLASS", name: "Greedy Class" }, + { value: "RACE_SERIES", name: "Race Series" }, + { value: "OTHER", name: "Others" } ], coverUploadLoading: false,