index.js 349 B

12345678910111213141516
  1. var defaultConfig = {
  2. baseUrl : 'http://2.142.215.98:8010/hs',//政务网环境地址
  3. //baseUrl : 'http://192.168.1.102:3000',
  4. baseUrl: 'http://localhost:3000',
  5. timeout: '50000',
  6. //api_key : '8C21178A017E712134B0FA9642F1ECDD049C13808219AF7EA4C8AFB0FF56AECA',
  7. ContentType: 'Content-Type'
  8. }
  9. export default defaultConfig;