Commit 57c094c4 authored by xinzhedeai's avatar xinzhedeai

fix: 登录超时 跳转登录页面华远大屏

parent 69c832b2
...@@ -82,7 +82,8 @@ service.interceptors.response.use(res => { ...@@ -82,7 +82,8 @@ service.interceptors.response.use(res => {
MessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', { confirmButtonText: '重新登录', cancelButtonText: '取消', type: 'warning' }).then(() => { MessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', { confirmButtonText: '重新登录', cancelButtonText: '取消', type: 'warning' }).then(() => {
isRelogin.show = false; isRelogin.show = false;
store.dispatch('LogOut').then(() => { store.dispatch('LogOut').then(() => {
location.href = '/index'; // location.href = '/index';
location.href = 'http://yj.hylgzl.com/login';
}) })
}).catch(() => { }).catch(() => {
isRelogin.show = false; isRelogin.show = false;
......
...@@ -82,7 +82,8 @@ service.interceptors.response.use(res => { ...@@ -82,7 +82,8 @@ service.interceptors.response.use(res => {
MessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', { confirmButtonText: '重新登录', cancelButtonText: '取消', type: 'warning' }).then(() => { MessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', { confirmButtonText: '重新登录', cancelButtonText: '取消', type: 'warning' }).then(() => {
isRelogin.show = false; isRelogin.show = false;
store.dispatch('LogOut').then(() => { store.dispatch('LogOut').then(() => {
location.href = '/index'; // location.href = '/index';
location.href = 'http://yj.hylgzl.com/login'; // 山西华远大屏
}) })
}).catch(() => { }).catch(() => {
isRelogin.show = false; isRelogin.show = false;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<p class="cont">隧道名称:隧道结构系统</p> <p class="cont">隧道名称:隧道结构系统</p>
<p class="cont">隧道工程安全等级:高级</p> <p class="cont">隧道工程安全等级:高级</p>
<p class="cont">隧道危害等级:低级</p> <p class="cont">隧道危害等级:低级</p>
<p class="cont">边皮设计稳定系数:高</p> <!-- <p class="cont">边皮设计稳定系数:高</p> -->
<p class="cont">项目概况:</p> <p class="cont">项目概况:</p>
</div> </div>
<div class="home-right-bottom"> <div class="home-right-bottom">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment