Bläddra i källkod

Merge branch 'develop'

master
chenJinxu 9 månader sedan
förälder
incheckning
7c75d68ed4
2 ändrade filer med 9 tillägg och 2 borttagningar
  1. +7
    -0
      README.md
  2. +2
    -2
      src/config/models.js

+ 7
- 0
README.md Visa fil

@@ -1137,3 +1137,10 @@ update

- 周报详情
- 增加 是否显示返回按钮

## v1.0.122

`2024.4.29`
fix

- 修复 抑郁没有正确转化成忧郁的问题

+ 2
- 2
src/config/models.js Visa fil

@@ -8,7 +8,7 @@
import store from "@/store";
// 情绪模型
const appTypeList = ['1'];
export const VERSION_MODEL = '1.0.121F'; //版本号
export const VERSION_MODEL = '1.0.122F'; //版本号
export const IMAGE_URL = {
production: 'http://zfb.ssjlai.com/web/',
test: 'http://zfb.ssjlai.com/web/',
@@ -29,7 +29,7 @@ export const BaiduStatisticsModel = {
};

// 焦虑文字
export const anxietyText = appTypeList.indexOf(store.getters.appType) >-1 ? `忧郁`: `郁`
export const anxietyText = appTypeList.indexOf(store.getters.appType) >-1 ? `忧郁`: `郁`
export const EmotionModel = {
// 抑郁
depression: {


Laddar…
Avbryt
Spara