From 21c9c72db79cd1cc450d7dfb668cbab43befa991 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 13 六月 2025 14:27:52 +0800 Subject: [PATCH] 添加登陆后二次获取机构信息 --- src/layout/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 76e9193..ab4bda9 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -14,8 +14,6 @@ <script> import { Navbar, Sidebar, AppMain } from './components' import ResizeMixin from './mixin/ResizeHandler' -import { login } from "@/api/user"; - export default { name: 'Layout', components: { -- Gitblit v1.8.0