diff --git a/README.md b/README.md index 56a07ce..e6bfae2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -664,4 +664,14 @@ update `2023.8.11` update - 心理监测 - - 修改 AuthToken 为 accessToken \ No newline at end of file + - 修改 AuthToken 为 accessToken + + +## v1.0.83 +`2023.8.15` +update +- 心理建模进度查询, 心理监测首页 + - 增加 获取 accessToken 接口 + - 增加 url无 accessToken 参数时重新获取 accessToken + - 调整 问卷与佩戴提醒2个小时顺序 + - 修改 心理健康baseUrl,https://dbmq.rzliot.com/heart => https://dbmq.rzliot.com/auth_heart \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 5bb25c1..61d1de7 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-08-11 09:50:44 + * @LastEditTime: 2023-08-15 10:55:03 * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.82F'; //版本号 +export const VERSION_MODEL = '1.0.83F'; //版本号 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 7774cb7..560d271 100644 --- a/src/views/health/psychological-main/index.vue +++ b/src/views/health/psychological-main/index.vue @@ -43,6 +43,7 @@