Blame view

src/config/env.production.js 265 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
  APPSECRET: 'xxx',
sunniejs committed
8
  $cdn: 'https://www.sunniejs.cn/static'
406803045 committed
9
}