xsh_1997 il y a 1 mois
Parent
commit
ab33a7c48a
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. BIN
      ruoyi-screen/src/assets/bg1.png
  2. 1 1
      ruoyi-ui/src/utils/request.js

BIN
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