From 73fe3c5574c8fbb7b18fa9b76d53b918f6f921e1 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 12 十一月 2025 11:09:04 +0800
Subject: [PATCH] 更换前端打包方式,将ip地址配置提取到public

---
 UI-Project/index.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/UI-Project/index.html b/UI-Project/index.html
index b394478..e42cd66 100644
--- a/UI-Project/index.html
+++ b/UI-Project/index.html
@@ -11,5 +11,6 @@
   <body>
     <div id="app" style="width: 100vw;height: 100vh;"></div>
     <script type="module" src="/src/main.js"></script>
+    <script src="/config.js"></script>
   </body>
 </html>

--
Gitblit v1.8.0