From d2cf5f8db04da9fed73985198dff4e39a78738e8 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Sat, 17 Jun 2023 10:00:33 +0800 Subject: [PATCH] =?UTF-8?q?feature=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=20=20=20=20=20-?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=20=E5=85=B7=E4=BD=93=E8=BF=94=E5=9B=9Eurl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- src/config/models.js | 2 +- src/views/psychological-modeling/index.vue | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b37ab0b..a3a608f 100644 --- a/README.md +++ b/README.md @@ -498,4 +498,10 @@ update `2023.6.16` update - 心理建模进度查询 - - 增加 返回按钮 \ No newline at end of file + - 增加 返回按钮 + +## v1.0.62 +`2023.6.17` +feature +- 心理建模进度查询 + - 增加 具体返回url \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 5387502..525f496 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.61F'; //版本号 +export const VERSION_MODEL = '1.0.62F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/psychological-modeling/index.vue b/src/views/psychological-modeling/index.vue index c839257..17ac2fd 100644 --- a/src/views/psychological-modeling/index.vue +++ b/src/views/psychological-modeling/index.vue @@ -96,7 +96,8 @@ export default { }, methods: { onNavBack() { - this.$router.go(-1); + let baseUrl = process.env.NODE_ENV === "production" ? 'https://ai.ssjlai.com/parentweb' : 'https://id.ssjlai.com/parentweb'; + window.location.href = `${baseUrl}/#/device`; }, async init() { let ssjlToken = this.$store.getters.ssjlToken;