From 15ba4efca54c677962f46e70efb86fa23e373bb5 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Tue, 30 May 2023 15:39:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=BF=83=E7=90=86=E7=9B=91?= =?UTF-8?q?=E6=B5=8B=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=20=20=20=20=20-?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=20=E8=BF=94=E5=9B=9E=E5=8A=9F=E8=83=BD=20?= =?UTF-8?q?=20=20=20=20-=20=E4=BF=AE=E6=94=B9=20=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- src/config/models.js | 2 +- src/views/health/psychological/index.vue | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e85027..6b574e7 100644 --- a/README.md +++ b/README.md @@ -433,4 +433,11 @@ feature - 增加 echarts图表依赖 - 王泽林 - 增加 心理监测-问卷调查页面 - - 增加 心理监测-建模查询页面 \ No newline at end of file + - 增加 心理监测-建模查询页面 + +## v1.0.53 +`2023.5.30` +update +- 心理监测详情页面 + - 增加 返回功能 + - 修改 页面标题 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 86d0f77..9e7aed7 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.52F'; //版本号 +export const VERSION_MODEL = '1.0.53F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/health/psychological/index.vue b/src/views/health/psychological/index.vue index a9d466c..f2b6b2f 100644 --- a/src/views/health/psychological/index.vue +++ b/src/views/health/psychological/index.vue @@ -1,6 +1,6 @@