diff --git a/src/common/global.js b/src/common/global.js index 186523b..0616bf1 100644 --- a/src/common/global.js +++ b/src/common/global.js @@ -1,6 +1,7 @@ const env = 'test'; //product, test export default { env: env, + // apiBase: env === 'test'? 'http://192.168.100.226' : 'https://ghost.kingsome.cn', apiBase: env === 'test'? 'https://ghost-test.kingsome.cn' : 'https://ghost.kingsome.cn', cdnBase: 'https://h5games-al.kingsome.cn/emulator-static/', version: '1.0.0', diff --git a/src/components/recent-game.wpy b/src/components/recent-game.wpy index 93191ea..5594e66 100644 --- a/src/components/recent-game.wpy +++ b/src/components/recent-game.wpy @@ -1,5 +1,9 @@