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 @@