.env.dev.js 304 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 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;