This commit is contained in:
2026-04-25 15:14:22 +08:00
parent 6aca41d70e
commit 0124730063
9 changed files with 83 additions and 269 deletions

View File

@@ -3,7 +3,7 @@
//const DEV_BASE_URL = "ws://1.92.85.51:8080";
const DEV_BASE_URL = "ws://127.0.0.1:8081";
const DEV_BASE_URL = "ws://156.238.240.18:8081";
export default {
BASE_API: DEV_BASE_URL,
};