From 8c4f69d72ef5a0365fd58cf58b41f3f60e5ecfe6 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Mon, 26 Jun 2023 17:53:25 +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=E4=BF=AE=E5=A4=8D=20=E9=A1=B5=E9=9D=A2=E9=87=8D=E7=BB=98?= =?UTF-8?q?=E6=97=B6=E8=BF=9B=E5=BA=A6=E6=9D=A1=E5=BC=82=E5=B8=B8=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=20=20=20=20-=20=E4=BC=98=E5=8C=96=20?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=9D=A1=E6=95=B0=E5=80=BC=E6=98=BE=E7=A4=BA?= 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/psychological-modeling/index.vue | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3eb60d5..c6fd8dc 100644 --- a/README.md +++ b/README.md @@ -540,4 +540,11 @@ update `2023.6.26` update - 心理监测首页 - - 增加 页面路由参数 date \ No newline at end of file + - 增加 页面路由参数 date + +## v1.0.68 +`2023.6.26` +update +- 心理建模进度查询 + - 修复 页面重绘时进度条异常的问题 + - 优化 进度条数值显示 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 1a5ad2a..81d94b0 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.67F'; //版本号 +export const VERSION_MODEL = '1.0.68F'; //版本号 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 2f7b90e..02b9421 100644 --- a/src/views/psychological-modeling/index.vue +++ b/src/views/psychological-modeling/index.vue @@ -1,5 +1,5 @@