12345678910111213141516 |
- var defaultConfig = {
- baseUrl : 'http://2.142.215.98:8010/hs',//政务网环境地址
- //baseUrl : 'http://192.168.1.102:3000',
- baseUrl: 'http://localhost:3000',
- timeout: '50000',
- //api_key : '8C21178A017E712134B0FA9642F1ECDD049C13808219AF7EA4C8AFB0FF56AECA',
- ContentType: 'Content-Type'
- }
- export default defaultConfig;
|