From e7d4e6cd51322e0cba516af978f28b0c9783920e Mon Sep 17 00:00:00 2001 From: kk <875203880@qq.com> Date: Mon, 29 Jun 2026 16:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/prod.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/prod.js b/src/config/prod.js index 4a25c3d..0ca7694 100644 --- a/src/config/prod.js +++ b/src/config/prod.js @@ -3,13 +3,13 @@ */ const prod = { // 业务 API 地址(vms-api) - apiBaseUrl: 'https://api.arklink.com', + apiBaseUrl: 'http://101.200.86.98:4000', // 网关地址(vms-gateway)— 用户授权、短信等接口走网关 - apiGatewayUrl: 'https://gateway.arklink.com', + apiGatewayUrl: 'https://gateway.arklinksmart.cn', // 授权回调地址(支付宝/微信 OAuth redirect_uri) - authRedirectUri: 'https://gateway.arklink.com/api/v1/user/auth/callback', + authRedirectUri: 'https://gateway.arklinksmart.cn/api/v1/user/auth/callback', // 生产环境 Token 从登录流程获取,此处为空 bearerToken: '',