diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 2d6606f..74d0787 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -1,15 +1,15 @@ const install = (Vue, vm) => { - uni.setStorageSync('deptId', 101); + uni.setStorageSync('deptId', 100); Vue.prototype.$u.http.setConfig({ // baseUrl: 'http://61.174.243.28:15861', // baseUrl: 'http://192.168.2.46:8080', // baseUrl: 'https://che.chuangtewl.com/prod-api', // 测试环境 - baseUrl: 'https://dianche.chuantewulian.cn/prod-api', + // baseUrl: 'https://dianche.chuantewulian.cn/prod-api', // 俞山岛 - // baseUrl: 'https://dche.ccttiot.com/prod-api', + baseUrl: 'https://dche.ccttiot.com/prod-api', // 创特 loadingText: '努力加载中~', loadingTime: 10000, diff --git a/manifest.json b/manifest.json index 5b8abf7..3106710 100644 --- a/manifest.json +++ b/manifest.json @@ -51,7 +51,7 @@ /* 小程序特有相关 */ "mp-weixin" : { "libVersion" : "latest", - "appid" : "wx4d178f8c80348214", + "appid" : "wx3428c498d5061192", "setting" : { "urlCheck" : false, "minified" : true diff --git a/page_user/changeCar.vue b/page_user/changeCar.vue index 2a5ec37..1c4f2a5 100644 --- a/page_user/changeCar.vue +++ b/page_user/changeCar.vue @@ -777,7 +777,7 @@ if (res.code == 200) { if(this.orderinfo.areaId==res.data.areaId){ this.deviceinfo = res.data - this.deviceinfo.onlineStatus=0 + // this.deviceinfo.onlineStatus=0 }else{ uni.showToast({ title: '换车设备和当前运营区不同,请使用其他车辆换车', diff --git a/pages_admin/admin_index.vue b/pages_admin/admin_index.vue index 68d114d..94f1c00 100644 --- a/pages_admin/admin_index.vue +++ b/pages_admin/admin_index.vue @@ -12,14 +12,19 @@ + :decorationVisible="true" @change="handleRangeChange" + @regionchange="onMapRegionChange"> - + + + + @@ -27,7 +32,7 @@ - + @@ -38,7 +43,7 @@ - + - - - 投放中 + + + 投放中 + + + {{deviceNum.inOperation}} + - - {{deviceNum.inOperation}} - - 待租 @@ -140,26 +145,29 @@ - - 牌:{{item.vehicleNum}} + 牌:{{item.vehicleNum}} - - - + + + {{item.remainingPower}}% - + SN:{{item.sn}} - {{status(item)}} - + {{status(item)}} + @@ -172,6 +180,7 @@