chore: update API domain deployment config

这个提交包含在:
Guoguo
2026-05-06 21:07:44 +08:00
父节点 ff4590767d
当前提交 5cc41f0f10
修改 3 个文件,包含 159 行新增7 行删除
+2 -3
查看文件
@@ -1,10 +1,9 @@
var ENV = 'test'
// !! RELEASE BLOCKER: Change ENV to 'prod' and replace prod URL before publishing !!
var API_BASES = {
local: 'http://localhost:3000',
test: 'https://1426323813-ilxkhlxf4p.ap-guangzhou.tencentscf.com',
prod: 'https://replace-with-scf-prod-url' // TODO: replace with actual production SCF URL
test: 'https://api.vsai.net.cn',
prod: 'https://api.vsai.net.cn'
}
var __DEV__ = ENV !== 'prod'