Blame view

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