.env.test.js 484 B

1234567891011121314151617
  1. const UNI_APP = {
  2. ProjectName :"智泊e家",
  3. //BASE_URL: 'http://36.134.122.108/railroad-server/',
  4. BASE_URL: 'https://youdian-test.hbjp.com.cn/electric-manager-api/', //test
  5. BASE_URL: 'https://dgj.hbjp.com.cn/electric-manager-api/',
  6. NODE_ENV :"test",
  7. SIMPLE_RUN:false,
  8. BACK_URL:"https://xpgj.hbjp.com.cn/prod/jp-property-platform-test/index/#/master/",
  9. //appid
  10. VUE_APP_WXAPPID:"wx0b3c41a903053808",
  11. VUE_APP_ALIAPPID:"2021003131641247",
  12. }
  13. module.exports = UNI_APP;