diff --git a/src/views/admin/jump.vue b/src/views/admin/jump.vue
index f3d6ac2..a8d09e6 100644
--- a/src/views/admin/jump.vue
+++ b/src/views/admin/jump.vue
@@ -45,7 +45,7 @@
@@ -189,7 +189,7 @@
@@ -298,7 +298,7 @@ export default {
// 获取所有平台
this.platformList = this.allGame.map(item => {
- this.showName.game[item.game_id] = item.game_name
+ this.showName.game[item.game_id] = item.game
return `${item.platform_id}-${item.platform_name}`
})
this.platformList = [...new Set(this.platformList)]