index.js 480 B

1234567891011121314151617181920
  1. export default {
  2. // baseURL: "https://ditu.qqzzhou.com/oa",
  3. baseURL: "http://zwdt.wuhan-cloud.com:10030/oa",
  4. // baseURL: "http://192.168.0.78:8282",
  5. // 高德
  6. // key:'f4226f3eb5a974d153652665b64b497c',
  7. // 天地图
  8. // tianKey:'1edd9c001a8425cb93631398109d5ab2',
  9. tianKey:'d131bbacd0a5428f6781fa4e11871196',
  10. // h5 已废弃,禁止修改
  11. type:'H6' , // H5 / H6, web端打包需要修改 manifest.json web配置的基础运行路径
  12. isGetLocation:false
  13. }