|
@@ -438,6 +438,14 @@ export default {
|
|
|
// process.env.NODE_ENV === "production" ? "" : "180613";
|
|
|
// }
|
|
|
|
|
|
+ if (isElectron() && !eval(`process.env.PORTABLE_EXECUTABLE_FILE`)) {
|
|
|
+ this.disableLoginBtnBecauseAppVersionChecker = true;
|
|
|
+ this.$Message.error({
|
|
|
+ content: "请与学校申请最新的客户端,进行考试!",
|
|
|
+ duration: 2 * 24 * 60 * 60,
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
if (
|
|
|
[
|
|
|
"xjtu.ecs.qmth.com.cn",
|