update frontend

This commit is contained in:
Himit_ZH 2022-01-17 20:09:51 +08:00
parent e398987f74
commit 99312d8848
2 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,7 @@
## 二、部署
部署文档:[基于docker-compose部署](https://www.hcode.top/docs/deploy/docker.html)
部署文档:[基于docker-compose部署](https://www.hcode.top/docs/deploy/docker)
具体请看部署文档已安装docker和docker-compose的可以执行以下命令快速部署

View File

@ -1414,9 +1414,8 @@ export default {
}
}
}
let problemDto = {}; //
if (!this.problem.isRemote) {
let problemDto = {}; //
if (this.problem.judgeMode != 'default') {
if (isChangeModeCode) {
problemDto['changeModeCode'] = true;