You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
378 B
8 lines
378 B
const config = {
|
|
// api_url: 'http://10.10.11.54:7101/fqsb', // 服务器地址
|
|
// api_url: 'http://10.10.11.44:7101/fqsb', // 服务器地址
|
|
api_url: 'https://shibeirencai.elinkit.com.cn:7101/fqsb' // 正式环境
|
|
// api_url: 'http://dingoa.elinkit.com.cn:7100/fqsb', // 测试环境
|
|
// api_url: 'http://10.10.11.132:7101/fqsb/', // 本地环境
|
|
}
|
|
export { config }
|