From 02f4b395c29b902603ef4e003ae3aa6b85f786ef Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Fri, 16 Jun 2023 17:20:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=BF=83=E7=90=86=E5=BB=BA?= =?UTF-8?q?=E6=A8=A1=E8=BF=9B=E5=BA=A6=E6=9F=A5=E8=AF=A2=20=20=20=20=20-?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=20=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- src/config/models.js | 4 ++-- src/views/psychological-modeling/index.vue | 4 ++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a14b8c..b37ab0b 100644 --- a/README.md +++ b/README.md @@ -492,4 +492,10 @@ update - 心理健康详情页面 - 修复 历史监测选中非今天的日期后日期显示今天的问题 - vue.config.js - - 注释 proxy代理相关代码 \ No newline at end of file + - 注释 proxy代理相关代码 + +## v1.0.61 +`2023.6.16` +update +- 心理建模进度查询 + - 增加 返回按钮 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 9671b34..5387502 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-06-14 17:20:38 + * @LastEditTime: 2023-06-16 17:19:45 * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.60F'; //版本号 +export const VERSION_MODEL = '1.0.61F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/psychological-modeling/index.vue b/src/views/psychological-modeling/index.vue index 3165538..c839257 100644 --- a/src/views/psychological-modeling/index.vue +++ b/src/views/psychological-modeling/index.vue @@ -1,5 +1,6 @@