const ENV_API_URL = { development: { url: 'https://fuyu.scapp.cn/wx-api/api', // url: 'http://192.168.0.70:7070/api', imgUrl: 'https://fuyu.scapp.cn/static/wxa/', fileUrl: 'https://fuyu.scapp.cn' // fileUrl: 'http://192.168.0.71' }, production: { url: 'https://fuyu.scapp.cn/wx-api/api', imgUrl: 'https://fuyu.scapp.cn/static/wxa/', fileUrl: 'https://fuyu.scapp.cn' }, } export const BASE_URL = ENV_API_URL[process.env.NODE_ENV || 'development'];