.env.test.js 256 B

1234567891011
  1. const UNI_APP = {
  2. //BASE_URL: 'http://192.168.33.120:8087/smart-bus-server/' ,
  3. BASE_URL: 'https://xpgjapi.xiaoxinda.com/' ,
  4. NODE_ENV :"test",
  5. SIMPLE_RUN:false,
  6. //小鹏管家appid
  7. VUE_APP_WXAPPID:"wx7e70eb62a8459869"
  8. }
  9. module.exports = UNI_APP;