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