From 18df51650e6e28442f170f7e1580013ef29be803 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Wed, 16 Aug 2023 09:40:08 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=BF=83=E7=90=86=E5=BB=BA?= =?UTF-8?q?=E6=A8=A1=E8=BF=9B=E5=BA=A6=E6=9F=A5=E8=AF=A2=EF=BC=8C=20?= =?UTF-8?q?=E5=BF=83=E7=90=86=E7=9B=91=E6=B5=8B=E9=A6=96=E9=A1=B5=20=20=20?= =?UTF-8?q?=20=20-=20=E5=A2=9E=E5=8A=A0=20=E8=8E=B7=E5=8F=96=20accessToken?= =?UTF-8?q?=20=E6=8E=A5=E5=8F=A3=20=20=20=20=20-=20=E5=A2=9E=E5=8A=A0=20ur?= =?UTF-8?q?l=E6=97=A0=20accessToken=20=E5=8F=82=E6=95=B0=E6=97=B6=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E8=8E=B7=E5=8F=96=20accessToken=20=20=20=20=20-=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=20=E9=97=AE=E5=8D=B7=E4=B8=8E=E4=BD=A9?= =?UTF-8?q?=E6=88=B4=E6=8F=90=E9=86=922=E4=B8=AA=E5=B0=8F=E6=97=B6?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=20=20=20=20=20-=20=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=E5=BF=83=E7=90=86=E5=81=A5=E5=BA=B7baseUrl,https://dbmq.rzliot?= =?UTF-8?q?.com/heart=20=3D>=20https://dbmq.rzliot.com/auth=5Fheart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++- src/config/models.js | 4 +- src/views/health/psychological-main/index.vue | 42 ++++++++-- src/views/health/psychological/index.vue | 12 ++- src/views/psychological-modeling/index.vue | 84 ++++++++++++------- .../psychological-questionnaire/index.vue | 2 +- 6 files changed, 110 insertions(+), 48 deletions(-) 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 @@