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