From b5cd17485edb80abf3848706d53eed57d900b151 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com>
Date: Fri, 18 Mar 2022 14:50:17 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=B7=A5=E4=BD=9C?=
=?UTF-8?q?=E5=8F=B0-=E5=BE=85=E6=88=91=E5=AE=A1=E6=89=B9=E6=9D=83?=
=?UTF-8?q?=E9=99=90=E4=BD=8D=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/myhome/index.vue | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/src/views/myhome/index.vue b/src/views/myhome/index.vue
index a0822b0be..e304caba5 100644
--- a/src/views/myhome/index.vue
+++ b/src/views/myhome/index.vue
@@ -9,7 +9,7 @@
-
+
@@ -41,17 +41,6 @@ export default {
Ticket,
Log,
Session
- },
- data() {
- return {
- }
- },
- computed: {
- hasValidLicense() {
- return this.$store.getters.hasValidLicense
- }
- },
- methods: {
}
}