12345678910111213141516171819202122232425262728293031323334353637 |
- module.exports = {
-
-
-
-
- HTTP_REQUEST_URL: `https://wine.gzzzyd.com`,
-
-
-
-
-
-
- HTTP_REQUEST_URL: window.location.protocol + "//" + "v4.crmeb.net",
-
-
- HEADER: {
- 'Authorization': 'Basic YXBwOmFwcF9zZWNyZXQ=',
- 'Tenant-Id': '000000',
- 'content-type': 'application/json',
-
- 'Form-type': navigator.userAgent.toLowerCase().indexOf("micromessenger") !== -1 ? 'wechat' : 'h5',
-
-
- 'Form-type': 'routine',
-
-
- 'Form-type': 'app',
-
- },
-
- TOKENNAME: 'Blade-Auth',
-
- EXPIRE: 0,
-
- LIMIT: 10
- }
|