上传小程序修改合入

This commit is contained in:
HycJack
2026-05-05 12:24:48 +08:00
parent 7e29958ffa
commit bb87bff0d3
19 changed files with 684 additions and 283 deletions

View File

@@ -5,7 +5,7 @@ module.exports = {
defineConstants: {
__APP_ENV__: '"development"',
// Update this to your LAN backend when testing on a real device.
__API_BASE_URL__: '"http://192.168.101.86:8001"',
__API_BASE_URL__: '"https://banban.api.talkingq.com"',
},
mini: {},
h5: {}

View File

@@ -5,7 +5,7 @@ module.exports = {
defineConstants: {
__APP_ENV__: '"production"',
// Replace with the production backend before release builds.
__API_BASE_URL__: '"http://192.168.101.86:8001"',
__API_BASE_URL__: '"https://banban.api.talkingq.com"',
},
mini: {},
h5: {}