xsh_1997 1 天之前
父節點
當前提交
055cf99ffe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
     }