feat(小程序): 修复运行时与登录链路
This commit is contained in:
@@ -4,8 +4,8 @@ module.exports = {
|
||||
},
|
||||
defineConstants: {
|
||||
__APP_ENV__: '"development"',
|
||||
// Local backend for daily development.
|
||||
__API_BASE_URL__: '"http://192.168.101.78:8001"'
|
||||
// Update this to your LAN backend when testing on a real device.
|
||||
__API_BASE_URL__: '"http://192.168.101.86:8001"',
|
||||
},
|
||||
mini: {},
|
||||
h5: {}
|
||||
|
||||
Reference in New Issue
Block a user