feat(小程序): 修复运行时与登录链路

This commit is contained in:
stu2not
2026-04-22 17:25:03 +08:00
parent 24b1d1025b
commit d7df6f565c
12 changed files with 297 additions and 426 deletions

View File

@@ -4,8 +4,8 @@ module.exports = {
},
defineConstants: {
__APP_ENV__: '"production"',
// Replace with the production backend before publishing a release build.
__API_BASE_URL__: '"http://192.168.101.78:8001"'
// Replace with the production backend before release builds.
__API_BASE_URL__: '"http://192.168.101.86:8001"',
},
mini: {},
h5: {}