Your Name
2023-02-24 5a72942254d0a4cae77c2980b014a5cf55a52cf9
src/layout/navBars/breadcrumb/user.vue
@@ -176,7 +176,7 @@
                })
                    .then(async () => {
                        let res = await useLoginApi().signOut();
                        if (res.data.code === '200') {
                        if (res.data.code === 100) {
                            Session.clear(); // 清除缓存/token等
                            // 使用 reload 时,不需要调用 resetRoute() 重置路由
                            window.location.reload();