From a983431e756d337d4252df79f381c86bb0139944 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 6 Jan 2026 17:25:37 +0800 Subject: [PATCH] api --- static/config/index-prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/config/index-prod.js b/static/config/index-prod.js index 47a13e2..a29f91d 100644 --- a/static/config/index-prod.js +++ b/static/config/index-prod.js @@ -5,7 +5,7 @@ window.SITE_CONFIG = {}; // api接口请求地址 - window.SITE_CONFIG['baseUrl'] = 'http://172.26.68.17:9002'; + window.SITE_CONFIG['baseUrl'] = 'api'; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名