1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- export const localAPI = false;
- export const publicAPI = false;
- export const ctx = 'zhongsteel.ytg';
- const domain = 'http://172.16.0.76:8001';
- const domain2 = 'http://172.16.0.76:8001';
- const domain0 = 'http://172.16.0.76:8001';
- const domainFile = 'http://172.16.0.76:8001';
- export const ajaxCtx = domain + '/zhongsteel.maketx/service';
- export const ajaxCtx2 = domain2 + '/zhongsteel.maketx/service';
- export const ajaxCtx0 = domain0;
- export const fileUploadUrl = domainFile + 'icore-file-svr-test/fdfs/file/upload.do';
- export const fileDownloadUrl = domainFile + 'icore-file-svr-test/fdfs/file/download.do';
- export const imgBaseUrl = domainFile + '';
- export const fileBaseUrl = domainFile + '';
- export const cookieUserId = 'zhongsteel.ytg_Authorization';
- export const cookieUserName = 'zhongsteel.ytg_userName';
- export const cookieTime = 24;
- export const storageAttr = '';
- export const machineCode = 'M0001';
|