setting.js 303 B

123456789101112
  1. // const baseUrl = 'http://127.0.5.12'; // 接口域名
  2. const baseUrl = 'https://shuati.derkj.com'; // 接口域名
  3. const api_version = 'v1'; // 接口本本
  4. const cache_preffix = 'st';
  5. const sign_key = 'stapp&688' // 签名密钥
  6. export {
  7. baseUrl,
  8. cache_preffix,
  9. sign_key,
  10. api_version
  11. }