app.js 385 B

123456789101112131415161718
  1. module.exports = {
  2. // 请求域名 格式: https://您的域名
  3. HTTP_REQUEST_URL:'http://base.liuniu946.com',
  4. // #ifdef H5
  5. // HTTP_REQUEST_URL: window.location.protocol+"//"+window.location.host,
  6. // #endif
  7. HEADER:{
  8. 'content-type': 'application/json'
  9. },
  10. // 回话密钥名称 请勿修改此配置
  11. TOKENNAME: 'Authori-zation',
  12. // 缓存时间 0 永久
  13. EXPIRE:0,
  14. };