优化登录体验并更新小程序域名

This commit is contained in:
inman
2026-07-24 16:09:55 +08:00
parent 5567c71298
commit 3207220d1a
7 changed files with 10 additions and 10 deletions

View File

@@ -21,7 +21,8 @@ MINIAPP_MEMORY_DB=1 npm run dev:api:memory
在根目录环境中设置:
```bash
TARO_APP_API_BASE_URL="https://biz.wanderqtrip.com/api"
TARO_APP_API_BASE_URL="https://bizwanderq.nianxx.com/api"
TARO_APP_H5_URL="https://wanderq.nianxx.com"
```
然后执行: