From 9b5661ebf15f5536748849493cb8b65a6c3644dd Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 24 七月 2025 11:34:01 +0800
Subject: [PATCH] 修改健康检测

---
 se-ui/README.md |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/se-ui/README.md b/se-ui/README.md
index 00c0ab8..4aea473 100644
--- a/se-ui/README.md
+++ b/se-ui/README.md
@@ -2,10 +2,10 @@
 
 ```bash
 # 鍏嬮殕椤圭洰
-git clone https://gitee.com/y_project/RuoYi-Vue
+git clone https://gitee.com/y_project/se-Vue
 
 # 杩涘叆椤圭洰鐩綍
-cd ruoyi-ui
+cd se-ui
 
 # 瀹夎渚濊禆
 npm install
@@ -27,4 +27,22 @@
 
 # 鏋勫缓鐢熶骇鐜
 npm run build:prod
-```
\ No newline at end of file
+```
+
+```
+# 鐧诲綍鍦板潃
+http://localhost:8080/login
+admin/admin123
+
+# 淇敼vue.config.js鏂囦欢
+    proxy: {
+      [process.env.VUE_APP_BASE_API]: {
+        target: 'http://192.168.11.100:8080/'
+        changeOrigin: true,
+        pathRewrite: {
+          ['^' + process.env.VUE_APP_BASE_API]: ""
+        }
+      }
+    },
+
+```

--
Gitblit v1.9.3