forked from kuaifan/eeui-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheeui.config.js
56 lines (49 loc) · 1.09 KB
/
eeui.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/**
* 配置文件
* 参数详细说明:https://eeui.app/guide/config.html
*/
module.exports = {
serviceUrl: "",
homePage: "",
homePageParams: { },
appKey: "3TRWyttKzxRBtmHc004sJMjjyAxOf08l",
android: {
imageEngine: "picasso",
},
wxpay: {
appid: 'wx76cd9902f7e09bf3',
},
rongim: {
ios: {
enabled: true,
appKey: "vnroth0kv8o7o",
appSecret: "5mILjdXtXid7iM",
},
android: {
enabled: true,
appKey: "vnroth0kv8o7o",
appSecret: "5mILjdXtXid7iM",
},
},
umeng: {
ios: {
enabled: true,
appKey: "5cfa398c3fc1959f7b000e9b",
channel: "eeuidemo",
},
android: {
enabled: true,
appKey: "5cfa3958570df3a0e8001015",
messageSecret: "49d0bac141dc8dc6df35d210a9c79289",
channel: "eeuidemo",
}
},
tencent: {
ios: {
appid: "1110227774",
},
android: {
appid: "1110117645",
}
}
};