소스 검색

Merge branch 'develop' into test

test
JinxChen 1 년 전
부모
커밋
ebdfd8edfd
3개의 변경된 파일13개의 추가작업 그리고 3개의 파일을 삭제
  1. +7
    -1
      README.md
  2. +2
    -2
      src/config/models.js
  3. +4
    -0
      src/views/psychological-modeling/index.vue

+ 7
- 1
README.md 파일 보기

@@ -492,4 +492,10 @@ update
- 心理健康详情页面
- 修复 历史监测选中非今天的日期后日期显示今天的问题
- vue.config.js
- 注释 proxy代理相关代码
- 注释 proxy代理相关代码

## v1.0.61
`2023.6.16`
update
- 心理建模进度查询
- 增加 返回按钮

+ 2
- 2
src/config/models.js 파일 보기

@@ -1,11 +1,11 @@
/*
* @Date: 2021-11-20 10:26:39
* @LastEditors: JinxChen
* @LastEditTime: 2023-06-14 17:20:38
* @LastEditTime: 2023-06-16 17:19:45
* @FilePath: \TelpoH5FrontendWeb\src\config\models.js
* @description:
*/
export const VERSION_MODEL = '1.0.60F'; //版本号
export const VERSION_MODEL = '1.0.61F'; //版本号
export const IMAGE_URL = {
production: 'http://zfb.ssjlai.com/web/',
test: 'http://zfb.ssjlai.com/web/',


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

@@ -1,5 +1,6 @@
<template>
<div class="page">
<van-nav-bar title="" :border="true" :left-arrow="true" @click-left="onNavBack"></van-nav-bar>
<div class="tip">
<div class="icon">
<i class="iconfont icon-tishi"></i>
@@ -94,6 +95,9 @@ export default {
}
},
methods: {
onNavBack() {
this.$router.go(-1);
},
async init() {
let ssjlToken = this.$store.getters.ssjlToken;
let re = await this.api('/api/Question/Progress', {


Loading…
취소
저장