.env.dev.js 1.1 KB

12345678910111213141516171819202122232425262728
  1. const UNI_APP = {
  2. BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
  3. BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
  4. //BASE_URL: 'http://192.168.77.162:8081/charging-station/' ,
  5. //BASE_URL: 'http://192.168.77.162:8081/charging-station/' ,
  6. ProjectName :"运管中心",
  7. NODE_ENV :"dev",
  8. SIMPLE_RUN:true,// 无视权限控制跳转页面 , 用于样式人员快速访问各种功能 ,快速测试等
  9. //openId:"oHjCawsxTJkxixR74OVp7aCKahj8",//测试用openId
  10. //openId:"oK9Wr59rru-i3bm7dtTtxnkR-i4s",
  11. openId:"oSruR6exarwenvByKxUp_CvbXg9Q",//老板
  12. //openId:"oSruR6bebprt9L6EebBQq4KzArYQ",//提现
  13. //openId:"oSruR6dZcmSM4ATuweZ5fjHGQsiA", //杨所
  14. //openId:"oK9Wr56yEh-TbCvUg3s9LYQSL8tM",
  15. openId:"oSruR6YkhP7QDroLnZGxWis43Kn0",//zkx
  16. //openId:"oSruR6dsG6wrbiQCwyftfgnp5690",//舒展, 物业
  17. //openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU",
  18. //openId:"oSruR6bq1mtXtMdVy3EWlf6y_7oI",//f++
  19. //小鹏管家appid
  20. //VUE_APP_WXAPPID:"wx7e70eb62a8459869",
  21. VUE_APP_WXAPPID:"wxca33ab204e738ca4",
  22. }
  23. module.exports = UNI_APP;