xsh_1997 před 1 měsícem
rodič
revize
ab33a7c48a
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. binární
      ruoyi-screen/src/assets/bg1.png
  2. 1 1
      ruoyi-ui/src/utils/request.js

binární
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