From bac215941211d57cda4da838d281503b8aadb0dd Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周四, 09 1月 2025 13:10:00 +0800
Subject: [PATCH] 没有缓存岛的3d打包文件

---
 yiqi_screen/src/api/api.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/yiqi_screen/src/api/api.js b/yiqi_screen/src/api/api.js
index 972b8e5..4e4b29d 100644
--- a/yiqi_screen/src/api/api.js
+++ b/yiqi_screen/src/api/api.js
@@ -6,10 +6,10 @@
 // if(process.env.NODE_ENV === "development"){
 //     baseURL = "http://localhost:7788/"  //杩欓噷鍙湪vue.config.js鍋氫竴涓唬鐞嗐�愪唬鐞嗕唬鐮佽涓嬨��
 // }else{
-    baseURL = "http://192.168.216.203:7788/api"
+   //   baseURL = "http://localhost:7788/api"
+    baseURL = "http://192.168.216.203:7788/api"  // 绾夸笂鐜鍦板潃
 // }
-
-// baseURL = "http://localhost:7788/api"
+// baseURL = "http://localhost:7788/api" //鏈湴娴嬭瘯鐜
  
 //鍒涘缓axios瀹炰緥
 const request = axios.create({

--
Gitblit v1.9.3