Your Name
2023-02-24 e989421722e522f4879a354a15ba14912d7acaaa
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();