Browse Source

请求地址修改为测试环境

master
slj 4 years ago
parent
commit
a7bf3943de
  1. 4
      config.js

4
config.js

@ -1,6 +1,6 @@
const config = { const config = {
api_url: 'http://10.10.11.214:7101/fqsb', // 服务器地址 // api_url: 'http://10.10.11.214:7101/fqsb', // 服务器地址
// api_url: 'https://shibeirencai.elinkit.com.cn:7101/fqsb' // 正式环境 // api_url: 'https://shibeirencai.elinkit.com.cn:7101/fqsb' // 正式环境
// api_url: 'https://dingoa.elinkit.com.cn/fqsb', // 测试环境 api_url: 'https://dingoa.elinkit.com.cn/fqsb', // 测试环境
} }
export { config } export { config }
Loading…
Cancel
Save