xsh_1997 1 月之前
父節點
當前提交
ab33a7c48a
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      ruoyi-screen/src/assets/bg1.png
  2. 1 1
      ruoyi-ui/src/utils/request.js

二進制
ruoyi-screen/src/assets/bg1.png


+ 1 - 1
ruoyi-ui/src/utils/request.js

@@ -88,7 +88,7 @@ service.interceptors.response.use(res => {
88 88
         MessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', { confirmButtonText: '重新登录', cancelButtonText: '取消', type: 'warning' }).then(() => {
89 89
           isRelogin.show = false
90 90
           store.dispatch('LogOut').then(() => {
91
-            location.href = '/index'
91
+            location.href = '/client/index'
92 92
           })
93 93
       }).catch(() => {
94 94
         isRelogin.show = false