chore(config): 更新服务器API基础URL地址

- 将微信手机号登录接口地址从 server.websoft.top 更改为 glt-server.websoft.top
- 将API基础URL从 mp-api.websoft.top 更改为 glt-api.websoft.top
- 更新二维码生成接口地址为新的API域名
- 统一所有环境配置中的API基础URL地址
- 修改SERVER_API_URL常量指向新服务器地址
This commit is contained in:
2026-02-13 17:18:28 +08:00
parent 93418912dc
commit 52ef8d4199
7 changed files with 9 additions and 9 deletions

View File

@@ -297,7 +297,7 @@ const AddUserAddress = () => {
success: (loginRes) => {
if (code) {
Taro.request({
url: 'https://server.websoft.top/api/wx-login/loginByMpWxPhone',
url: 'https://glt-server.websoft.top/api/wx-login/loginByMpWxPhone',
method: 'POST',
data: {
authCode: loginRes.code,