diff --git a/README.md b/README.md index d44c3e4..8c659ad 100644 --- a/README.md +++ b/README.md @@ -510,4 +510,11 @@ feature `2023.6.19` update - 心理建模进度查询 - - 修改 返回逻辑 \ No newline at end of file + - 修改 返回逻辑 + + +## v1.0.64 +`2023.6.21` +update +- 心理建模进度查询 + - 增加 建模中,有2个步骤,如果任一步骤已经完成,则该步骤可以隐藏显示。 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 10bf327..033de92 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.63F'; //版本号 +export const VERSION_MODEL = '1.0.64F'; //版本号 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 fa155a9..8fc613b 100644 --- a/src/views/health/psychological-main/index.vue +++ b/src/views/health/psychological-main/index.vue @@ -1,6 +1,6 @@