From 881e59522634c8c7ba7ab7a2ea2d9ad3254554d9 Mon Sep 17 00:00:00 2001 From: yulixing Date: Thu, 26 Sep 2019 14:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=A1=B5=20=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E5=90=8D=E6=98=BE=E7=A4=BA=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/jump.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)]