Commit d0ad387f authored by xxx's avatar xxx

修改

parent 1ad97a7e
......@@ -4,7 +4,7 @@
<img src="../../../../assets/images/truckTuPian/close.png" class="voiceAppClose" @click="voiceAppCloseFn()">
<div class="voiceAppContent">
<div class="voiceAppContent_1">
<div @click="recClose" style="font-size: 19px;font-weight:600;">选择车队:</div>
<div style="font-size: 19px;font-weight:600;">选择车队:</div>
<el-select v-model="selectCarFleet" placeholder="请选择车队" style="width:19vw;">
<el-option v-for="(item,index) in carFleetData" :key="index" :label="item.name" :value="item.name" style="font-size:18px;"></el-option>
</el-select>
......@@ -226,12 +226,6 @@ export default {
this.searchText = '';
this.selectCarRadioArray = [];
this.recClose();
//页面销毁时关闭长连接
// this.websocketclose();
//关闭心跳
// if(this.heartbeatTimer) {
// clearInterval(this.heartbeatTimer);
// }
},
//关闭心跳以及关闭长连接
xintiaoCloseFn(){
......
......@@ -235,6 +235,7 @@ export default {
let weeks = ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'];
let week = weeks[wk];
this.currentTime = yy + '-' + mm + '-' + dd + ' ' + hou + ':' + min + ' ' + week;
console.log(this.currentTime);
//电量
navigator.getBattery().then(function(battery) {
that.batteryEnegy = battery.level * 100;
......
......@@ -43,7 +43,7 @@ module.exports = {
// },
},
//https: true,
https: true,
},
configureWebpack: {
plugins: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment