From 4f838f4ee60b837bcc4a8e172e475648f4afc2cf Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 23 Sep 2026 13:52:26 +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 694c46e..506abb9 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.33:8086'; + window.SITE_CONFIG['baseUrl'] = '/api'; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名