From ddfcdbd6be85e9d8c258fbbb6268493d7611fc9d Mon Sep 17 00:00:00 2001 From: chenJinxu <2183691628@qq.com> Date: Mon, 29 Apr 2024 17:35:54 +0800 Subject: [PATCH] fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复 抑郁没有正确转化成忧郁的问题 --- README.md | 10 +++++++++- src/config/models.js | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13f26e1..f79943b 100644 --- a/README.md +++ b/README.md @@ -848,7 +848,8 @@ update #是零川或者小台风,跳转话费查询页面 #否则跳转错误页面 - - 增加 一个物联网卡的错误页面 + +- 增加 一个物联网卡的错误页面 ## v1.0.88 @@ -1130,3 +1131,10 @@ update - 周报详情 - 增加 是否显示返回按钮 + +## v1.0.122 + +`2024.4.29` +fix + +- 修复 抑郁没有正确转化成忧郁的问题 diff --git a/src/config/models.js b/src/config/models.js index 6abaa4d..82dbee7 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -8,7 +8,7 @@ import store from "@/store"; // 情绪模型 const appTypeList = ['1']; -export const VERSION_MODEL = '1.0.121F'; //版本号 +export const VERSION_MODEL = '1.0.122F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', @@ -29,7 +29,7 @@ export const BaiduStatisticsModel = { }; // 焦虑文字 -export const anxietyText = appTypeList.indexOf(store.getters.appType) >-1 ? `忧郁`: `忧郁` +export const anxietyText = appTypeList.indexOf(store.getters.appType) >-1 ? `忧郁`: `抑郁` export const EmotionModel = { // 抑郁 depression: {