소스 검색

update

- 修改 返回随手精灵的地址
test
JinxChen 1 년 전
부모
커밋
3d093128bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/views/psychological-modeling/index.vue

+ 1
- 1
src/views/psychological-modeling/index.vue 파일 보기

@@ -177,7 +177,7 @@ export default {
this.$toast('用户不存在或未绑定手表')
} else if (re.response && re.response.initScaleState === 1 && re.response.progress === 1 && !this.autoJump) {
// 2023.6.1 需求变更,建模完成直接跳到心理健康汇总页面
this.$router.replace(`/psychologicalMain?uid=${this.uid}&fromUrl=${this.fromUrl || ''}`);
this.$router.replace(`/psychologicalMain?uid=${this.uid}&fromUrl=${this.fromUrl || ''}&fromMenu=${ this.showLeftArrow ? 'health' : ''}`);
}
} else {
this.$toast(re.msg)


Loading…
취소
저장