修改: main.js

修改:     src/js/pages/Login/index.js
This commit is contained in:
2022-09-02 09:40:28 +08:00
parent 7b1f97a6b0
commit a9fc0b6160
2 changed files with 8 additions and 8 deletions

View File

@@ -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>
);
}