From 6950315ec5e5af59e9e1a7dbebea7387d63a6b69 Mon Sep 17 00:00:00 2001
From: 张嘉伟 <z1415143022@163.com>
Date: 星期四, 23 一月 2025 12:11:09 +0800
Subject: [PATCH] 节能管理项目修改返回政策类型

---
 zhitan-vue/src/views/login.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/zhitan-vue/src/views/login.vue b/zhitan-vue/src/views/login.vue
index 7308664..b58823d 100644
--- a/zhitan-vue/src/views/login.vue
+++ b/zhitan-vue/src/views/login.vue
@@ -76,6 +76,7 @@
 const router = useRouter()
 const { proxy } = getCurrentInstance()
 const systemInfo = JSON.parse(Cookies.get("SystemInfo") || "{}")
+console.log(systemInfo)
 
 const loginForm = ref({
   username: "admin",

--
Gitblit v1.9.3