xsh_1997 před 1 dnem
rodič
revize
055cf99ffe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
     }