【私域操盘手】手机短信验证码登录
This commit is contained in:
@@ -12,5 +12,13 @@ export default {
|
||||
},
|
||||
component: () => import('@/views/auth/login'),
|
||||
},
|
||||
{
|
||||
path: '/auth/mobile-login',
|
||||
meta: {
|
||||
title: '手机号登录',
|
||||
needLogin: false,
|
||||
},
|
||||
component: () => import('@/views/auth/mobile-login'),
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user