Pārlūkot izejas kodu

退出登录时浏览器地址去掉index字样,不然影响windy访问

xusl 2 mēneši atpakaļ
vecāks
revīzija
26fafe7377
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cpp-ui/src/layout/components/Navbar.vue

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

@@ -102,7 +102,7 @@ export default {
         type: 'warning'
       }).then(() => {
         this.$store.dispatch('LogOut').then(() => {
-          location.href = '/index';
+          location.href = '/';
         })
       }).catch(() => {});
     }