|
@@ -164,7 +164,7 @@ const NewPage: React.FC = props => {
|
|
onClick={() => setIsShowMenu(!isShowMenu)}
|
|
onClick={() => setIsShowMenu(!isShowMenu)}
|
|
/>
|
|
/>
|
|
) : (
|
|
) : (
|
|
- <Link to={`/login2p?next=${location.pathname}`}>
|
|
|
|
|
|
+ <Link to={`/login2p?next=${location.pathname + location.search}`}>
|
|
<Button type="primary" className="mobile-login2p-btn">
|
|
<Button type="primary" className="mobile-login2p-btn">
|
|
登录
|
|
登录
|
|
</Button>
|
|
</Button>
|
|
@@ -227,7 +227,7 @@ const NewPage: React.FC = props => {
|
|
) : null}
|
|
) : null}
|
|
{/* (
|
|
{/* (
|
|
<div className="mobile-header-item" onClick={login2p.logout}>
|
|
<div className="mobile-header-item" onClick={login2p.logout}>
|
|
- <Link to={`/login2p?next=${location.pathname}`}>
|
|
|
|
|
|
+ <Link to={`/login2p?next=${location.pathname+ location.search}`}>
|
|
<Button type="primary" className="mobile-login2p-btn">
|
|
<Button type="primary" className="mobile-login2p-btn">
|
|
登录
|
|
登录
|
|
</Button>
|
|
</Button>
|
|
@@ -351,7 +351,7 @@ const NewPage: React.FC = props => {
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
) : (
|
|
) : (
|
|
- <Link to={`/login2p?next=${location.pathname}`}>
|
|
|
|
|
|
+ <Link to={`/login2p?next=${location.pathname + location.search}`}>
|
|
<Button type="primary" className={styles['login2p-btn']}>
|
|
<Button type="primary" className={styles['login2p-btn']}>
|
|
登录
|
|
登录
|
|
</Button>
|
|
</Button>
|