xsh_1997 1 일 전
부모
커밋
c5b6df71e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 213
         type: 'warning'
214 214
       }).then(() => {
215 215
         this.$store.dispatch('LogOut').then(() => {
216
-          location.href = '/index'
216
+          location.href = '/shopClient/index'
217 217
         })
218 218
       }).catch(() => {})
219 219
     }