.env.dev.js 304 Bytes
const UNI_APP = {
	ucenterUrl: {
		apiUrl: 'http://rest-u.yunya.com', //php端域名请求头
		// xueUrl: 'https://xue.banshouhui.com', //学院
		// banshou: 'https://m.banshou.com', //扳手app
	},
	systemUrl: {
		apiUrl: 'http://192.168.1.22', //java端域名请求头
	}
}
module.exports = UNI_APP;