|
@@ -506,6 +506,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ // 这段已经没有意义了,前面已经要求用单一exe的包了
|
|
|
if (["cup.ecs.qmth.com.cn"].includes(this.schoolDomain)) {
|
|
|
// console.log(UA.getBrowser(), chromeUA);
|
|
|
if (
|
|
@@ -1015,7 +1016,8 @@ export default {
|
|
|
.replace(/sunloginremote/gi, "向日葵")
|
|
|
.replace(/选择免安装运行,截图识别/gi, "向日葵")
|
|
|
.replace("wemeetapp", "腾讯会议")
|
|
|
- .replace("wechat", "微信");
|
|
|
+ .replace("wechat", "微信")
|
|
|
+ .replace("todesk", "ToDesk");
|
|
|
|
|
|
names = [...new Set(names.split(",").map((v) => v.trim()))].join(
|
|
|
","
|