forked from Gitlink/forgeplus-react
This commit is contained in:
parent
cb87a9d075
commit
4d613fd07f
|
@ -14,7 +14,7 @@ class Shixunauthority extends Component {
|
|||
<p>您尚未被授权访问此页面,请先获取相关权限</p>
|
||||
您可尝试
|
||||
{(!current_user || !current_user.login) && (
|
||||
<p style={{display:"inline"}}>您可尝试<a href={`${mygetHelmetapi && mygetHelmetapi.common && mygetHelmetapi.common.main_site_url}/login`} className="color-blue">登录</a>或</p>
|
||||
<p style={{display:"inline"}}>您可尝试<a href={`/login`} className="color-blue">登录</a>或</p>
|
||||
)}
|
||||
<a href="/" className="color-blue">返回首页</a>,也可以通过
|
||||
<a target="_blank"
|
||||
|
|
|
@ -14,7 +14,7 @@ class http500 extends Component {
|
|||
<p>你访问的页面不存在</p>
|
||||
您可尝试
|
||||
{(!current_user || !current_user.login) && (
|
||||
<p style={{display:"inline"}}>您可尝试<a href={`${mygetHelmetapi && mygetHelmetapi.common && mygetHelmetapi.common.main_site_url}/login`} className="color-blue">登录</a>或</p>
|
||||
<p style={{display:"inline"}}>您可尝试<a href={`/login`} className="color-blue">登录</a>或</p>
|
||||
)}
|
||||
<a href="/" className="color-blue">返回首页</a>
|
||||
,也可通过
|
||||
|
|
Loading…
Reference in New Issue