Blame view

src/config/env.development.js 316 Bytes
sunnie committed
1
// 本地环境配置
406803045 committed
2
module.exports = {
406803045 committed
3
  title: 'vue-h5-template',
sunnie committed
4
  baseUrl: 'http://localhost:9018', // 项目地址
sunnie committed
5
  baseApi: 'https://test.xxx.com/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/'
sunnie committed
6
  APPID: 'xxx',
sunnie committed
7
  APPSECRET: 'xxx',
sunnie committed
8
  $cdn: 'https://imgs.solui.cn'
406803045 committed
9
}