1234567891011121314 |
- const UNI_APP = {
- //BASE_URL: 'http://192.168.33.120:8087/smart-bus-server/' ,
- //BASE_URL: 'https://xpgjapi.xiaoxinda.com/' ,
- //BASE_URL: 'https://ykt-test.xiaoxinda.com/smart-bus-server/' ,
- BASE_URL: 'http://121.37.187.149/smart-bus-server/' ,
-
- NODE_ENV :"test",
- SIMPLE_RUN:true,
- //车信达 appid
- VUE_APP_WXAPPID:"wx93675268c87a5a46"
- }
- module.exports = UNI_APP;
|