From e9cc7e9c08e46676665f46521d487aee045ce642 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Mon, 21 Aug 2023 10:46:26 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=A2=9E=E5=8A=A0=20=E5=8C=BA?= =?UTF-8?q?=E5=88=86=E5=BF=83=E9=87=8C=E5=81=A5=E5=BA=B7=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E5=92=8C=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++-- src/config/models.js | 7 +++++-- src/views/health/psychological-main/index.vue | 5 +++-- src/views/health/psychological/index.vue | 6 +++--- src/views/psychological-modeling/index.vue | 2 +- src/views/psychological-questionnaire/index.vue | 2 +- 6 files changed, 20 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e6bfae2..292072a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -674,4 +674,9 @@ update - 增加 获取 accessToken 接口 - 增加 url无 accessToken 参数时重新获取 accessToken - 调整 问卷与佩戴提醒2个小时顺序 - - 修改 心理健康baseUrl,https://dbmq.rzliot.com/heart => https://dbmq.rzliot.com/auth_heart \ No newline at end of file + - 修改 心理健康baseUrl,https://dbmq.rzliot.com/heart => https://dbmq.rzliot.com/auth_heart + +## v1.0.84 +`2023.8.21` +update +- 增加 区分心里健康接口正式环境和测试环境 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 61d1de7..c894922 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.83F'; //版本号 +export const VERSION_MODEL = '1.0.84F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', @@ -57,4 +57,7 @@ export const EmotionModel = { title2: '疲劳算法原理', article2: `

设备的疲劳值是生理疲劳和心理疲劳的综合值,主要通过个体日常生活中的心率,心率变异性的变化及运动体力的变化情况来进行科学计算而来。

`, } -}; \ No newline at end of file +}; + +//心理健康相关接口地址 +export const PsyBaseUrl = process.env.NODE_ENV === 'production' ? 'https://dbmq.rzliot.com/auth_heart' : 'https://dbmq.rzliot.com/heart'; \ No newline at end of file diff --git a/src/views/health/psychological-main/index.vue b/src/views/health/psychological-main/index.vue index 560d271..177aee1 100644 --- a/src/views/health/psychological-main/index.vue +++ b/src/views/health/psychological-main/index.vue @@ -42,7 +42,8 @@