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