chore: 更新 BASE_URL 为生产环境地址

This commit is contained in:
邹方成 2026-01-06 02:27:28 +08:00
parent 7edb2e7844
commit c1cf14b8fe

View File

@ -1,4 +1,4 @@
const BASE_URL = 'http://127.0.0.1:9991'
const BASE_URL = 'https://mini-chat.1024tool.vip'
let authModalShown = false