12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- module.exports = {
-
-
-
-
-
-
- HTTP_REQUEST_URL: `http://zyg.admin.gzzzyd.com/api`,
-
-
-
-
-
-
-
- HTTP_REQUEST_URL: window.location.protocol + "//" + "127.0.0.1:8802",
-
-
- 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,
-
- UPLOAD_URL: '/v1/file/put-file'
- }
|