setting.js 316 B

123456789101112
  1. // const baseUrl = 'http://127.0.4.20' // 接口域名
  2. const baseUrl = 'https://xl.mp.dongerkj.com' // 接口域名
  3. const cache_preffix = 'xl' // 缓存前缀
  4. const sign_key = 'xlapp1.0' // 签名密钥
  5. const api_version = 'v1' // 接口本本
  6. export {
  7. baseUrl,
  8. cache_preffix,
  9. sign_key,
  10. api_version
  11. }