From 5d7baa1a620cb116b921c7c6e433dbb779b77fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Mon, 22 Jun 2026 15:24:06 +0800 Subject: [PATCH] BUG --- 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 3ed99ab..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.36:8002'; + window.SITE_CONFIG['baseUrl'] = 'api'; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名