env.production.js 255 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 // 正式 module.exports = { title: 'vue-h5-template', baseUrl: 'https://www.xxx.com/', // 正式项目地址 baseApi: 'https://www.xxx.com/api', // 正式api请求地址 APPID: 'xxx', APPSECRET: 'xxx', $cdn:'https://imgs.solui.cn' }