xsh_1997 1 gün önce
ebeveyn
işleme
055cf99ffe
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
     }