From 9599478fe5fb6f747a8be4a9e408a7bbc004b793 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 26 Mar 2025 11:43:09 +0800 Subject: [PATCH] =?UTF-8?q?2025-03-26=20=E5=AF=BC=E5=87=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 8fc2976..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://192.168.0.222:9004'; + window.SITE_CONFIG['baseUrl'] = '/api'; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名