Initial commit

This commit is contained in:
2026-04-23 16:58:11 +08:00
commit 267eba1eca
2582 changed files with 273338 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// const DEV_BASE_URL = 'ws://localhost:8082'
// const DEV_BASE_URL = "ws://123.60.170.219:8082";
//const DEV_BASE_URL = "ws://1.92.85.51:8080";
const DEV_BASE_URL = "ws://127.0.0.1:8081";
export default {
BASE_API: DEV_BASE_URL,
};