From eb54eea87c39f35b5d0476f146bfd29d7c7841be Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期四, 05 六月 2025 13:51:49 +0800
Subject: [PATCH] feat(空调管理): 添加空调管理相关功能

---
 zhitan-vue/src/router/index.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/zhitan-vue/src/router/index.js b/zhitan-vue/src/router/index.js
index 42dcb70..c214608 100644
--- a/zhitan-vue/src/router/index.js
+++ b/zhitan-vue/src/router/index.js
@@ -44,6 +44,11 @@
     hidden: true
   },
   {
+    path: '/social-callback',
+    component: () => import('@/layout/components/SocialCallback/index'),
+    hidden: true
+  },
+  {
     path: '/register',
     component: () => import('@/views/register'),
     hidden: true

--
Gitblit v1.9.3