.env.dev.js 748 B

1234567891011121314151617181920212223242526272829
  1. const UNI_APP = {
  2. ProjectName :"优电联盟",
  3. //BASE_URL: 'http://36.134.122.108/railroad-server/',
  4. BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
  5. //
  6. //BASE_URL: 'http://charging.xiaoxinda.com/charging-station-test/',
  7. BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
  8. //BASE_URL:'http://192.168.8.162:8081/charging-station/', //sz
  9. NODE_ENV :"dev",
  10. SIMPLE_RUN:true,// 无视权限控制跳转页面 , 用于样式人员快速访问各种功能 ,快速测试等
  11. openId:"123456",
  12. openId:"oSruR6YkhP7QDroLnZGxWis43Kn0",
  13. //appid
  14. //VUE_APP_WXAPPID:"wxa9f555dc92a1cbfc",
  15. VUE_APP_WXAPPID:"wxca33ab204e738ca4",
  16. VUE_APP_ALIAPPID:"2021003131641247",
  17. }
  18. module.exports = UNI_APP;