chore: update API domain deployment config
这个提交包含在:
@@ -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'
|
||||
|
||||
在新工单中引用
屏蔽一个用户