From 3ad537052477fe31f45bd2e16045d58b35713bdc Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期六, 24 五月 2025 09:19:59 +0800 Subject: [PATCH] refactor(env): 更新环境配置并优化代码 --- 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