diff --git a/src/views/layout/components/Navbar.vue b/src/views/layout/components/Navbar.vue index c6da0600..216a16d0 100644 --- a/src/views/layout/components/Navbar.vue +++ b/src/views/layout/components/Navbar.vue @@ -20,17 +20,6 @@ - - - - - - - - @@ -48,9 +37,6 @@ export default { }, data() { return { - dialogFormVisible: false, - form: {}, - rules: {}, timer: '', noticeContract: null, noticeFund: null, @@ -182,4 +168,3 @@ export default { } } -