瀏覽代碼

Merge branch 'develop'

master
chenJinxu 9 月之前
父節點
當前提交
7c75d68ed4
共有 2 個檔案被更改,包括 9 行新增2 行删除
  1. +7
    -0
      README.md
  2. +2
    -2
      src/config/models.js

+ 7
- 0
README.md 查看文件

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

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

## v1.0.122

`2024.4.29`
fix

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

+ 2
- 2
src/config/models.js 查看文件

@@ -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: {


Loading…
取消
儲存