|
@@ -146,7 +146,6 @@ Object.defineProperty(element, "id", {
|
|
|
return null;
|
|
|
},
|
|
|
});
|
|
|
-console.log(".", element);
|
|
|
|
|
|
/**
|
|
|
* 在任何组件需要强制退出,做以下步骤
|
|
@@ -681,7 +680,7 @@ export default {
|
|
|
"读取remoteApplication.txt出错",
|
|
|
]);
|
|
|
this.$Message.error({
|
|
|
- content: "系统检测出错,请退出程序后重试!",
|
|
|
+ content: "系统检测出错(e-01),请退出程序后重试!",
|
|
|
duration: 2 * 24 * 60 * 60,
|
|
|
});
|
|
|
return;
|
|
@@ -742,7 +741,7 @@ export default {
|
|
|
"读取CameraInfo.txt出错",
|
|
|
]);
|
|
|
this.$Message.error({
|
|
|
- content: "系统检测出错,请退出程序后重试!",
|
|
|
+ content: "系统检测出错(e-02),请退出程序后重试!",
|
|
|
duration: 2 * 24 * 60 * 60,
|
|
|
});
|
|
|
return;
|