From d392ff98b7f60d47371389c7f13ae7c72fb8e162 Mon Sep 17 00:00:00 2001 From: kk <875203880@qq.com> Date: Sat, 11 Jul 2026 18:22:44 +0800 Subject: [PATCH] =?UTF-8?q?apiBaseUrl=E6=94=B9=E6=88=90https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/prod.js b/src/config/prod.js index 8b6223c..d3af5ce 100644 --- a/src/config/prod.js +++ b/src/config/prod.js @@ -3,7 +3,7 @@ */ const prod = { // 业务 API 地址(vms-api) - apiBaseUrl: 'http://101.200.86.98:4000', + apiBaseUrl: 'https://vmsapi.arklinksmart.cn', // 网关地址(vms-gateway)— 用户授权、短信等接口走网关 apiGatewayUrl: 'https://gateway.arklinksmart.cn',