config.js 344 B

12345678910111213141516
  1. //正式
  2. const BASEURL = "https://dachang.haijiacheng.com/prod-api"
  3. const appid = 'wx255dd0c001bdaa93'
  4. const secret = "d987bc050af90ec3074dd45f492239ce"
  5. //开发
  6. // const BASEURL = "https://lqh.zyjsfz.cn"
  7. // const appid = "wx1ce6c9916db76eab"
  8. // const secret = "55c58b1cccee46069c6fdbf1de2dd1ea"
  9. export default {
  10. BASEURL,
  11. appid,
  12. secret
  13. }