|
@@ -1001,7 +1001,8 @@ export default {
|
|
.replace("pcaquickconnect", "Symantec PCAnywhere")
|
|
.replace("pcaquickconnect", "Symantec PCAnywhere")
|
|
.replace("sessioncontroller", "Symantec PCAnywhere")
|
|
.replace("sessioncontroller", "Symantec PCAnywhere")
|
|
.replace(/sunloginclient/gi, "向日葵")
|
|
.replace(/sunloginclient/gi, "向日葵")
|
|
- .replace("wemeetapp", "腾讯会议");
|
|
|
|
|
|
+ .replace("wemeetapp", "腾讯会议")
|
|
|
|
+ .replace("wechat", "微信");
|
|
|
|
|
|
names = [...new Set(names.split(",").map(v => v.trim()))].join(",");
|
|
names = [...new Set(names.split(",").map(v => v.trim()))].join(",");
|
|
this.disableExamingBecauseRemoteApp = true;
|
|
this.disableExamingBecauseRemoteApp = true;
|
|
@@ -1022,7 +1023,7 @@ export default {
|
|
let exe = "Project1.exe";
|
|
let exe = "Project1.exe";
|
|
if (fileExists("Project2.exe")) {
|
|
if (fileExists("Project2.exe")) {
|
|
const remoteAppName =
|
|
const remoteAppName =
|
|
- "qq;teamviewer;lookmypc;xt;winaw32;pcaquickconnect;sessioncontroller;sunloginclient;wemeetapp";
|
|
|
|
|
|
+ "qq;teamviewer;lookmypc;xt;winaw32;pcaquickconnect;sessioncontroller;sunloginclient;wemeetapp;wechat";
|
|
exe = `Project2.exe "${remoteAppName}" `;
|
|
exe = `Project2.exe "${remoteAppName}" `;
|
|
}
|
|
}
|
|
await nativeExe(exe, checkRemoteAppTxt.bind(this));
|
|
await nativeExe(exe, checkRemoteAppTxt.bind(this));
|