diff --git a/src/common/global.js b/src/common/global.js
index a42f73a..186523b 100644
--- a/src/common/global.js
+++ b/src/common/global.js
@@ -1,7 +1,7 @@
const env = 'test'; //product, test
export default {
env: env,
- apiBase: env === 'test'? 'http://192.168.100.228' : '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',
gameTypes: ['射击','格斗', '角色扮演','动作角色扮演',
diff --git a/src/pages/index.wpy b/src/pages/index.wpy
index 5a58af0..afe70ec 100644
--- a/src/pages/index.wpy
+++ b/src/pages/index.wpy
@@ -1,5 +1,9 @@