src/components/common/topbar.vue @@ -87,8 +87,7 @@ } const logout = async () => { const res = await loginOut() console.log(res, 'Res') // const res = await loginOut() localStorage.clear() root.$router.push(ERouterName.LOGIN) }