xsh_1997 1 päivä sitten
vanhempi
commit
055cf99ffe
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
     }