This commit is contained in:
18631081161 2026-03-05 00:48:42 +08:00
parent ebd2006ee0
commit 559f817a27

View File

@ -1,6 +1,6 @@
// 手动切换后端地址,部署时改成线上域名即可
const BASE_URL = 'http://localhost:3000'
// const BASE_URL = 'http://115.190.188.216:2850'
// const BASE_URL = 'http://localhost:3000'
const BASE_URL = 'http://115.190.188.216:2850'
export { BASE_URL }