|
@@ -40,7 +40,7 @@ export function useRemoteAppChecker() {
|
|
|
dtl: "读取remoteApplication.txt出错",
|
|
|
ext: { errorType: "e-01", applicationNames },
|
|
|
});
|
|
|
- $message.error("系统检测出错(e-01),请退出程序后重试!", {
|
|
|
+ $message.error("请关闭远程控制程序后重试", {
|
|
|
duration: 24 * 60 * 60 * 1000,
|
|
|
});
|
|
|
disableLoginBtnBecauseRemoteApp = true;
|
|
@@ -149,7 +149,7 @@ export function useRemoteAppChecker() {
|
|
|
dtl: "unlink remoteApplication.txt 失败",
|
|
|
possibleError: error,
|
|
|
});
|
|
|
- $message.error("系统检测出错(e-01),请退出程序后重试!", {
|
|
|
+ $message.error("请关闭远程控制程序后重试", {
|
|
|
duration: 24 * 60 * 60 * 1000,
|
|
|
});
|
|
|
throw error;
|