xsh_1997 1 dag geleden
bovenliggende
commit
c5b6df71e3
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      ruoyi-ui/src/layout/components/Navbar.vue

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

@@ -213,7 +213,7 @@ export default {
213
         type: 'warning'
213
         type: 'warning'
214
       }).then(() => {
214
       }).then(() => {
215
         this.$store.dispatch('LogOut').then(() => {
215
         this.$store.dispatch('LogOut').then(() => {
216
-          location.href = '/index'
216
+          location.href = '/shopClient/index'
217
         })
217
         })
218
       }).catch(() => {})
218
       }).catch(() => {})
219
     }
219
     }