feat(banban): add standalone entry and mini app base wiring

This commit is contained in:
ChengCan
2026-04-30 00:57:35 +08:00
parent 6f18b73f95
commit eefa450e83
6 changed files with 79 additions and 16 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__: '"http://192.168.10.36:8001"',
},
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__: '"http://192.168.10.36:8001"',
},
mini: {},
h5: {}