// api请求地址 // export const VUE_APP_URL = 'https://devmp.lx-device.com/back'; //生产体验版本 连接开发前管控制器 // export const REACT_URL = 'https://devmp.lx-device.com';//生产体验版 // export const VUE_APP_URL = 'https://api.lx-device.com'; //生产版本 连接生产前管控制器 // export const REACT_URL = 'https://xuncai.lx-device.com';//生产版 // export const VUE_APP_URL = 'http://local.lx-device.com:8032'; export const VUE_APP_URL = 'http://slb-m.dev.ml1993.com/lx-api'; //开发版体验 连接开发前管控制器 export const REACT_URL = 'http://slb-m.dev.ml1993.com/lx-api'; //开发版体验 // export const VUE_APP_URL = 'http://192.168.11.67:8032'; //开发版体验 连接开发前管控制器 // export const REACT_URL = 'http://192.168.1.52'; //开发版体验 // export const VUE_APP_URL = ://stg-xuncai.lx-device.com';//测试环境 // export const REACT_URL = 'http://localhost:3034'; // 公众号中是否使用公众号授权登录 true公众号授权->auth界面下一步操作 false直接跳转login登录界面 export const WECHAT_LOGIN = true; // 授权之后返回原有地址 export const WECHAT_AUTH_BACK_URL = 'WECHAT_AUTH_BACK_URL';