提交 c1c51681 编写于 作者: chengxiang.li's avatar chengxiang.li

login页面重定向根路由,走sass的工作站登录页面即可

上级 056d3d04
...@@ -28,9 +28,10 @@ export default [{ ...@@ -28,9 +28,10 @@ export default [{
component: App, component: App,
children: [ children: [
{ {
path: '/login', path: '/login',
component: login, // component: login,
name: 'loginPage', // name: 'loginPage',
redirect: '/'
}, },
{ {
path: '', path: '',
......
...@@ -41,7 +41,7 @@ export const handleLogout = data => { ...@@ -41,7 +41,7 @@ export const handleLogout = data => {
}) })
} }
// 忘记密码时 获取验证码 // 忘记密码时 获取短信验证码
export const handleGetAuthCode = data => { export const handleGetAuthCode = data => {
return fetch({ return fetch({
headers, headers,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册