修改生产环境配置
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Successful in 38s

This commit is contained in:
kk
2026-06-29 16:33:47 +08:00
parent 6e4c831870
commit e7d4e6cd51
+3 -3
View File
@@ -3,13 +3,13 @@
*/ */
const prod = { const prod = {
// 业务 API 地址(vms-api // 业务 API 地址(vms-api
apiBaseUrl: 'https://api.arklink.com', apiBaseUrl: 'http://101.200.86.98:4000',
// 网关地址(vms-gateway)— 用户授权、短信等接口走网关 // 网关地址(vms-gateway)— 用户授权、短信等接口走网关
apiGatewayUrl: 'https://gateway.arklink.com', apiGatewayUrl: 'https://gateway.arklinksmart.cn',
// 授权回调地址(支付宝/微信 OAuth redirect_uri // 授权回调地址(支付宝/微信 OAuth redirect_uri
authRedirectUri: 'https://gateway.arklink.com/api/v1/user/auth/callback', authRedirectUri: 'https://gateway.arklinksmart.cn/api/v1/user/auth/callback',
// 生产环境 Token 从登录流程获取,此处为空 // 生产环境 Token 从登录流程获取,此处为空
bearerToken: '', bearerToken: '',