|
@@ -4,38 +4,20 @@
|
|
|
* @appId 企业微信的appId,针对私有化部署的情况appId就是corpId
|
|
|
*/
|
|
|
const config = {
|
|
|
- "worktime.ttkuaiban.com": {
|
|
|
- // 工时管家 (pc)
|
|
|
- path: "https://worktime.ttkuaiban.com",
|
|
|
- appId: "ww4e237fd6abb635af",
|
|
|
- agentId: "",
|
|
|
- },
|
|
|
"mobworktime.ttkuaiban.com": {
|
|
|
- // 工时管家 (h5)
|
|
|
+ // 工时管家
|
|
|
path: "http://mobworktime.ttkuaiban.com",
|
|
|
appId: "ww4e237fd6abb635af",
|
|
|
agentId: "",
|
|
|
},
|
|
|
- "blue.blovelight.net": {
|
|
|
- // 蓝光研发 (PC)
|
|
|
- path: "http://blue.blovelight.net:2021",
|
|
|
- appId: "wwb12ec40df8c35139",
|
|
|
- agentId: "1000075",
|
|
|
- },
|
|
|
"moblue.blovelight.net": {
|
|
|
- // 蓝光研发 (h5)
|
|
|
+ // 蓝光研发
|
|
|
path: "http://moblue.blovelight.net:2021",
|
|
|
appId: "wwb12ec40df8c35139",
|
|
|
agentId: "1000075",
|
|
|
},
|
|
|
- "privatewx.ttkuaiban.com": {
|
|
|
- // 火石闪信-企业微信私有化 (pc)
|
|
|
- path: "http://privatewx.ttkuaiban.com",
|
|
|
- appId: "wwf11426cf618e1703",
|
|
|
- agentId: "1000069",
|
|
|
- },
|
|
|
"mobprivatewx.ttkuaiban.com": {
|
|
|
- // 火石闪信-企业微信私有化 (h5)
|
|
|
+ // 火石闪信-企业微信私有化
|
|
|
path: "http://privatewx.ttkuaiban.com",
|
|
|
appId: "wwf11426cf618e1703",
|
|
|
agentId: "1000069",
|