上饶沙盘&江西工贸 行调界面 不展示 chatView
This commit is contained in:
parent
f5cca2da38
commit
fa9d0bb152
@ -168,7 +168,7 @@ export default {
|
||||
return this.$route.query.prdType === '09';
|
||||
},
|
||||
noChatBox() {
|
||||
return !this.project.includes('srsandbox') || !this.project.includes('jxgm');
|
||||
return this.project.includes('srsandbox') || this.project.includes('jxgm');
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
@ -199,7 +199,7 @@ export default {
|
||||
return this.$store.state.socket.simulationPause;
|
||||
},
|
||||
noChatBox() {
|
||||
return this.$route.query.type === 'ILW' || !this.project.includes('srsandbox') || !this.project.includes('jxgm');
|
||||
return this.$route.query.type === 'ILW' || this.project.includes('srsandbox') || this.project.includes('jxgm');
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
Loading…
Reference in New Issue
Block a user