Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
This commit is contained in:
commit
a702740f48
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user