From 77e3d55c9e1e520f1ca84acf6741b217ea419635 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Fri, 27 Oct 2023 14:20:56 +0800 Subject: [PATCH] =?UTF-8?q?fix=20-=20c1=E5=90=8E=E5=8F=B0=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=8A=9F=E8=80=97=E6=9F=A5=E7=9C=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=20=20=20=20=20-=20=E4=BF=AE=E5=A4=8D=20=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=E5=91=A8=E6=9C=9F=E6=97=A0=E6=95=B0=E6=8D=AE=E6=97=B6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=85=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- src/config/models.js | 2 +- src/views/gps-card-frontend/device-setting/index.vue | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee84122..5dd31a0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -740,3 +740,11 @@ feature update - c1后台设备功耗查看页面 - 修改 数据解析方法 + + + +## v1.0.93 +`2023.10.27` +fix +- c1后台设备功耗查看页面 + - 修复 上报周期无数据时显示不全的问题 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index bd8d29b..a8c5847 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -5,7 +5,7 @@ * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.92F'; //版本号 +export const VERSION_MODEL = '1.0.93F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/gps-card-frontend/device-setting/index.vue b/src/views/gps-card-frontend/device-setting/index.vue index c444dff..e442bd2 100644 --- a/src/views/gps-card-frontend/device-setting/index.vue +++ b/src/views/gps-card-frontend/device-setting/index.vue @@ -1,7 +1,7 @@ @@ -361,7 +361,7 @@ export default { if(data) { this.settingItems[9].text = `上报周期(${data.uploadinteval}分钟)`; } else { - this.settingItems[9].text = '关闭'; + this.settingItems[9].text = '上报周期(关闭)'; } }) },