mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
修改500的跳转登录问题
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<h6>对不起,系统无法连接,请检查网络或咨询管理人员</h6>
|
<h6>对不起,系统无法连接,请检查网络或咨询管理人员</h6>
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li class="link-type">
|
<li class="link-type">
|
||||||
<a href="/pc/login">转向登录</a>
|
<a :href="loginUrl">转向登录</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</el-col>
|
</el-col>
|
||||||
@@ -33,7 +33,7 @@ export default {
|
|||||||
components: { portalHeader, portalFooter},
|
components: { portalHeader, portalFooter},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
loginUrl:process.env.VUE_APP_LOGIN_URL
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user