调整IP、端口地址。

This commit is contained in:
Orangeeee
2026-09-23 15:43:09 +08:00
parent af92c45e6a
commit 5871afc9aa
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1444,7 +1444,7 @@
<script>
// API 基础地址
const API_BASE = 'http://localhost:59000';
const API_BASE = 'http://localhost:58000';
// 全局状态
let currentPage = 'home';