Blame view

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