diff --git a/README.md b/README.md index 3e85027..6b574e7 100644 --- a/README.md +++ b/README.md @@ -433,4 +433,11 @@ feature - 增加 echarts图表依赖 - 王泽林 - 增加 心理监测-问卷调查页面 - - 增加 心理监测-建模查询页面 \ No newline at end of file + - 增加 心理监测-建模查询页面 + +## v1.0.53 +`2023.5.30` +update +- 心理监测详情页面 + - 增加 返回功能 + - 修改 页面标题 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 86d0f77..9e7aed7 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.52F'; //版本号 +export const VERSION_MODEL = '1.0.53F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/health/psychological/index.vue b/src/views/health/psychological/index.vue index a9d466c..f2b6b2f 100644 --- a/src/views/health/psychological/index.vue +++ b/src/views/health/psychological/index.vue @@ -1,6 +1,6 @@