xsh_1997 hai 1 día
pai
achega
055cf99ffe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruoyi-ui/src/layout/components/Navbar.vue

+ 1 - 1
ruoyi-ui/src/layout/components/Navbar.vue

@@ -155,7 +155,7 @@ export default {
155 155
         type: 'warning'
156 156
       }).then(() => {
157 157
         this.$store.dispatch('LogOut').then(() => {
158
-          location.href = '/index'
158
+          location.href = '/client/index'
159 159
         })
160 160
       }).catch(() => {})
161 161
     }