diff --git a/.env.development b/.env.development index a6582d4..7d3b726 100644 --- a/.env.development +++ b/.env.development @@ -8,7 +8,8 @@ TARO_APP_KEY='1234567890' TARO_APP_API='https://test.wanzhuanyongcheng.cn/app' # 骰子游戏链接 -TARO_APP_GAME='https://jdt-test-tz.wanzhuanyongcheng.cn/pages/index/index?uid=' +# TARO_APP_GAME='https://jdt-test-tz.wanzhuanyongcheng.cn/pages/index/index?uid=' +TARO_APP_GAME='http://192.168.31.225:10086?uid=' # 捕鱼游戏链接 TARO_APP_FISH_GAME='https://jdt-test-fish.wanzhuanyongcheng.cn/?uid=' \ No newline at end of file diff --git a/src/components/StoreList.vue b/src/components/StoreList.vue index 00be9a7..db45850 100644 --- a/src/components/StoreList.vue +++ b/src/components/StoreList.vue @@ -1,6 +1,6 @@ diff --git a/src/pages/game/view/index.config.ts b/src/pages/game/view/index.config.ts index 68494b6..9a66c14 100644 --- a/src/pages/game/view/index.config.ts +++ b/src/pages/game/view/index.config.ts @@ -1,3 +1,4 @@ export default definePageConfig({ navigationBarTitleText: "", + navigationStyle: "custom", }); diff --git a/src/pages/game/view/index.vue b/src/pages/game/view/index.vue index ef91441..f24dc17 100644 --- a/src/pages/game/view/index.vue +++ b/src/pages/game/view/index.vue @@ -3,14 +3,14 @@