.env.test.js 380 B

1234567891011121314
  1. const UNI_APP = {
  2. //BASE_URL: 'http://192.168.33.120:8087/smart-bus-server/' ,
  3. //BASE_URL: 'https://xpgjapi.xiaoxinda.com/' ,
  4. //BASE_URL: 'https://ykt-test.xiaoxinda.com/smart-bus-server/' ,
  5. BASE_URL: 'http://121.37.187.149/smart-bus-server/' ,
  6. NODE_ENV :"test",
  7. SIMPLE_RUN:true,
  8. //车信达 appid
  9. VUE_APP_WXAPPID:"wx93675268c87a5a46"
  10. }
  11. module.exports = UNI_APP;