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