From 71b92b0c6d3d7efd603d9fcb84506be0cbf0e4a6 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期一, 08 八月 2022 18:20:39 +0800
Subject: [PATCH] 完善Readme
---
src/components/Administrator/AdminHome.vue | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/src/components/Administrator/AdminHome.vue b/src/components/Administrator/AdminHome.vue
index 72b3ec7..e956e9d 100644
--- a/src/components/Administrator/AdminHome.vue
+++ b/src/components/Administrator/AdminHome.vue
@@ -18,18 +18,16 @@
<script>
export default {
data() {
- return {
- }
+ return {}
},
- created() {
- },
+ created() {},
methods: {
logout() {
//娓呯┖token
window.sessionStorage.clear()
//璺宠浆鍒扮櫥褰曢〉
this.$router.push('/login')
- },
+ }
}
}
</script>
@@ -55,9 +53,9 @@
}
}
}
-.el-main {
- background-color: rgb(233, 237, 240);
-}
+// .el-main {
+// // background-color: rgb(233, 237, 240);
+// }
.iconfont {
margin-right: 10px;
--
Gitblit v1.8.0