config.js 325 B

1234567891011121314151617181920212223242526
  1. const config = {
  2. //dev
  3. apiBaseurl:'http://hd.phpim.cn/',//测试
  4. // 密码授权令牌
  5. client_id:4,
  6. client_secret:'EZtnCKySfjtUPhh8owpsDuZuazqTgcA4Of1M9miY',
  7. //online 线上地址
  8. // apiBaseurl:'http://hd.phpim.cn/',//线上
  9. //gloab 全局
  10. // imgUrl:"http://qny.gzsdtfp.com/",
  11. }
  12. export {
  13. config
  14. }