修改: main.js
修改: src/js/pages/Login/index.js
This commit is contained in:
@@ -39,10 +39,10 @@ export default class Login extends Component {
|
||||
code && (<img className="disabledDrag" src={`https://login.weixin.qq.com/qrcode/${code}`} />)
|
||||
}
|
||||
|
||||
<a href={window.location.pathname + '?' + +new Date()}>Refresh the QR Code</a>
|
||||
<a href={window.location.pathname + '?' + +new Date()}>刷新二维码</a>
|
||||
|
||||
<p>Scan to log in to WeChat</p>
|
||||
<p>Log in on phone to use WeChat on Web</p>
|
||||
<p>扫描二维码登录微信</p>
|
||||
<p>使用手机登录网页版微信</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user