From ece548e6f0aeb1ff51bc41fd8555262f5ef02659 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 12 九月 2024 11:47:20 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/dream_web
---
src/layout/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/layout/index.vue b/src/layout/index.vue
index db22a7b..76e9193 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -14,6 +14,7 @@
<script>
import { Navbar, Sidebar, AppMain } from './components'
import ResizeMixin from './mixin/ResizeHandler'
+import { login } from "@/api/user";
export default {
name: 'Layout',
@@ -42,6 +43,9 @@
}
}
},
+ mounted() {
+
+ },
methods: {
handleClickOutside() {
this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })
--
Gitblit v1.8.0