This commit is contained in:
fan 2020-08-26 13:25:45 +08:00
commit a702740f48

View File

@ -84,7 +84,7 @@ export default {
return this.$route.params.mode === 'script';
},
isContest() {
return this.$route.params.mode === 'demon' && this.project != 'drts';
return this.$route.params.mode === 'demon' && this.project == 'drts';
},
isDemon() {
return this.$route.params.mode === 'demon';