From 320e75460d2f5e517c902b87fcc5c4d220472f6f Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 20 十二月 2024 20:05:10 +0800
Subject: [PATCH] 学生导入优化
---
src/layout/index.vue | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diff --git a/src/layout/index.vue b/src/layout/index.vue
index dee6d98..76e9193 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -44,23 +44,9 @@
}
},
mounted() {
- // 鑾峰彇鍦板潃鏍廲ode
- let code = this.$route.query.code;
- if (code) {
- this.getUserDate(code);
- }
- // else {
- // this.$router.push("/login");
- // }
+
},
methods: {
- getUserDate(code) {
- login({
- code: code,
- }).then((res) => {
- localStorage.setItem("user", JSON.stringify(res));
- });
- },
handleClickOutside() {
this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })
}
--
Gitblit v1.8.0