forked from gxwebsoft/mp-10550
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:
@@ -175,7 +175,7 @@ const UserCard = forwardRef<any, any>((_, ref) => {
|
||||
success: function () {
|
||||
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: {
|
||||
code,
|
||||
|
||||
Reference in New Issue
Block a user