diff --git a/README.md b/README.md index f04bd48..c896dcc 100644 --- a/README.md +++ b/README.md @@ -417,4 +417,11 @@ update ## v1.0.50 `2023.5.10` feature -- 增加 百度页面访问统计 \ No newline at end of file +- 增加 百度页面访问统计 + + +## v1.0.51 +`2023.5.13` +update +- 告警 + - 修改 误报文字为 免告警 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 706dc16..53c7907 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -1,11 +1,11 @@ /* * @Date: 2021-11-20 10:26:39 * @LastEditors: JinxChen - * @LastEditTime: 2023-05-10 09:49:09 + * @LastEditTime: 2023-05-13 22:16:53 * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.50F'; //版本号 +export const VERSION_MODEL = '1.0.51F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/alarm/alarm-details.vue b/src/views/alarm/alarm-details.vue index 5a2f2c0..5c104cb 100644 --- a/src/views/alarm/alarm-details.vue +++ b/src/views/alarm/alarm-details.vue @@ -63,7 +63,7 @@ export default { }, buttonList: [ { name: 'goHere', text: '去这里', type: 'primary', icon: 'guide-o', show: true}, - { name: 'errorReport', text: '误报', type: 'primary', icon: 'warn-o', show: true }, + { name: 'errorReport', text: '免告警', type: 'primary', icon: 'warn-o', show: true }, ], map: { geocoder: null, @@ -233,7 +233,7 @@ export default { } }) }, - // 误报 + // 免告警 onErrorReport(name) { if(name === 'goHere') { // 根据选择的地图跳转不同地图app的url