update frontend

This commit is contained in:
Himit_ZH 2022-01-19 22:06:56 +08:00
parent 325c7183dc
commit ab91ffe3bc
1 changed files with 3 additions and 3 deletions

View File

@ -1332,10 +1332,10 @@ export default {
myMessage.error(this.error.tags);
return;
}
let isChangeModeCode =
this.spjRecord.spjLanguage != this.problem.spjLanguage ||
this.spjRecord.spjCode != this.problem.spjCode;
if (!this.problem.isRemote) {
let isChangeModeCode =
this.spjRecord.spjLanguage != this.problem.spjLanguage ||
this.spjRecord.spjCode != this.problem.spjCode;
if (this.problem.judgeMode != 'default') {
if (!this.problem.spjCode) {
this.error.spj =