This commit is contained in:
黄心宇 2024-04-26 16:28:03 +08:00
parent cbb1368f15
commit f1694e1752
3 changed files with 2 additions and 13 deletions

View File

@ -16,10 +16,7 @@ class Shixunauthority extends Component {
{(!current_user || !current_user.login) && (
<p style={{display:"inline"}}>您可尝试<a href={`/login`} className="color-blue">登录</a></p>
)}
<a href="/" className="color-blue">返回首页</a>
<a target="_blank"
href="https://qm.qq.com/cgi-bin/qm/qr?k=YVGUhY7uK8ovpyd7tG_lHe2qGZ63LOij&jump_from=webapi"
className="color-blue">QQ</a>
<a href="/" className="color-blue">返回首页</a>
</p>
</div>
{/*<div style="clear:both;"></div>*/}

View File

@ -17,10 +17,6 @@ class http500 extends Component {
<p style={{display:"inline"}}>您可尝试<a href={`/login`} className="color-blue">登录</a></p>
)}
<a href="/" className="color-blue">返回首页</a>
也可通过
<a target="_blank"
href="https://qm.qq.com/cgi-bin/qm/qr?k=YVGUhY7uK8ovpyd7tG_lHe2qGZ63LOij&jump_from=webapi"
className="color-blue">QQ</a>
</p>
</div>
{/*<div style="clear:both;"></div>*/}

View File

@ -11,11 +11,7 @@ class Shixunnopage extends Component {
<p className="font-16 mt56 newImages">
<p>服务器异常请稍后重试</p>
您可尝试<a href="javascript:location.reload();" className="color-blue">刷新页面</a>或<a href="/"
className="color-blue">返回首页</a>
也可以通过
<a target="_blank"
href="https://qm.qq.com/cgi-bin/qm/qr?k=YVGUhY7uK8ovpyd7tG_lHe2qGZ63LOij&jump_from=webapi"
className="color-blue">QQ</a>
className="color-blue">返回首页</a>
</p>
</div>
</div>