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