-
- export const VERSION_MODEL = '1.0.58F';
- export const IMAGE_URL = {
- production: 'http://zfb.ssjlai.com/web/',
- test: 'http://zfb.ssjlai.com/web/',
- development: 'http://zfb.ssjlai.com/web/'
- };
-
- export const USER_AGENT = window.navigator.userAgent;
-
-
- export const ALIPAY_DOWN_URL = {
- android: 'https://d.alipay.com',
- ios: 'https://itunes.apple.com/cn/app/zhi-fu-bao-qian-bao-yu-e-bao/id333206289?mt=8'
- };
- export const BaiduStatisticsModel = {
- production: "https://hm.baidu.com/hm.js?b33e6f07636c9fd9ec8cfe04979f1664",
- test: "https://hm.baidu.com/hm.js?edb76b471e997167b7782c1513382771",
- development: "https://hm.baidu.com/hm.js?edb76b471e997167b7782c1513382771",
- };
-
- export const EmotionModel = {
-
- depression: {
- name: '抑郁',
- type: 2
- },
-
- stress: {
- name: '压力',
- type: 1
- },
-
- tiredness: {
- name: '疲劳',
- type: 3
- }
- };
|