diff --git a/README.md b/README.md index b6f1808..fabf38c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -553,4 +553,13 @@ update `2023.6.27` fix - 心理监测首页 - - 修复 从详情页面返回重新进入详情页面参数传递错误的问题 \ No newline at end of file + - 修复 从详情页面返回重新进入详情页面参数传递错误的问题 + + +## v1.0.70 +`2023.6.28` +update +- 心理监测首页 + - 优化 路由传参非空判断的问题 + - 优化 日期传参,当路由存在date参数并且在详情选中有日期时,路由的日期参数变成选中的日期 + - 修改 日历组件的高度样式 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index f671175..88f7853 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.69F'; //版本号 +export const VERSION_MODEL = '1.0.70F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/health/psychological-main/index.vue b/src/views/health/psychological-main/index.vue index 9d517dc..daee65c 100644 --- a/src/views/health/psychological-main/index.vue +++ b/src/views/health/psychological-main/index.vue @@ -42,6 +42,7 @@