Commit 4943ac10 authored by 罗新东's avatar 罗新东

修复了选择风险源不能显示按钮的bug

parent 0540218d
Pipeline #7086 passed with stage
in 9 seconds
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
}, },
computed: { computed: {
showTab() { showTab() {
return !["login", "login2"].includes(this.$route.name); return !["login", "login2","choose-people"].includes(this.$route.name);
}, },
}, },
watch: { watch: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment