env.development.js 405 B

123456789101112131415
  1. // 本地
  2. module.exports = {
  3. title: '藏金1745',
  4. // baseApi: 'http://www.fivechang.com/',
  5. baseApi: 'http://five.sit.wanyuhengtong.com/',
  6. // baseApi: 'http://fc.test241.wanyuhengtong.com/',
  7. fileURL: `https://api2.edusit.zretchome.com`,
  8. appId: 'wx5ac3a2c2d72b6f26',
  9. ding: {
  10. //企业id
  11. CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
  12. //应用凭证
  13. AgentId: "1184953963"
  14. }
  15. }