Commit 1a5854df by Mr. Lan

fix: 登陆失败的bug修复。

parent 829132de
Showing with 2 additions and 1 deletions
...@@ -53,7 +53,8 @@ export const constantRoutes = [ ...@@ -53,7 +53,8 @@ export const constantRoutes = [
{ {
path: '/login', path: '/login',
component: () => import('@/views/login/index'), component: () => import('@/views/login/index'),
hidden: true hidden: true,
meta: { noCache: true }
}, },
{ {
path: '/auth-redirect', path: '/auth-redirect',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment