Commit 7fa9bc6e authored by baixian's avatar baixian

优化

parent a5690641
......@@ -135,12 +135,21 @@ export default {
dispatch({
type: 'judgeexpire',
});
dispatch({
type: 'login/pageInit',
});
}
if (pathname === '/register') {
console.log('/register');
dispatch({
type: 'login/pageInit',
});
}
if (pathname === '/resetpsd') {
console.log('/resetpsd');
dispatch({
type: 'login/pageInit',
});
}
if (pathname === '/sjd/registerinfo') {
dispatch({
......
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 to comment