From db6cb7f7bd5944f8ff437ae1d39f0ef59b6b29ba Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 16 Dec 2021 14:26:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=BD=91=E9=A1=B5=E7=89=88?= =?UTF-8?q?=E4=B8=8A=E9=83=A8=E5=88=86=E7=BB=84=E4=BB=B6=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/game_data.ts | 2 +- src/components/BigImgCell/index.vue | 6 ++++++ src/pages/info/index.vue | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/api/game_data.ts b/src/api/game_data.ts index 2cec3dc..1e84f1a 100644 --- a/src/api/game_data.ts +++ b/src/api/game_data.ts @@ -1,4 +1,4 @@ -const DATA_BASE = 'http://154.8.214.202:8030' +const DATA_BASE = 'https://sps.kingsome.cn' export const searchGames = (params: any) => { let data = {skip: 0, limit: 10} diff --git a/src/components/BigImgCell/index.vue b/src/components/BigImgCell/index.vue index 9a548ad..5a5498b 100644 --- a/src/components/BigImgCell/index.vue +++ b/src/components/BigImgCell/index.vue @@ -49,6 +49,7 @@