1234567891011 |
- const UNI_APP = {
- //BASE_URL: 'http://192.168.33.120:8087/smart-bus-server/' ,
- BASE_URL: 'https://xpgjapi.xiaoxinda.com/' ,
- NODE_ENV :"test",
- SIMPLE_RUN:false,
- //小鹏管家appid
- VUE_APP_WXAPPID:"wx7e70eb62a8459869"
- }
- module.exports = UNI_APP;
|