提交 58eca367 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 42bfce33
......@@ -10,6 +10,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
@closed="handleClose"
v-if="hasDialog"
>
<div class="sign">
<p>
......@@ -53,6 +54,9 @@ export default {
computed: {
dialogWidth() {
return this.isMobile ? '90%' : '460px'
},
hasDialog() {
return !['/403'].includes(this.$route.path)
}
},
methods: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论