文件
jw-beauty/miniprogram/config/env.js
T

13 行
202 B
JavaScript

var ENV = 'prod'
var API_BASES = {
local: 'http://localhost:3000',
test: 'https://api.vsai.net.cn',
prod: 'https://api.vsai.net.cn'
}
module.exports = {
ENV: ENV,
API_BASE: API_BASES[ENV]
}