src/page/index/top/index.vue
@@ -102,7 +102,9 @@ type: 'warning', }).then(() => { this.$store.dispatch('LogOut').then(() => { this.$router.push({ path: '/login' }) // this.$router.push({ path: '/login' }) const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL window.location.replace(`${adminUrl}#/login`) }) }) },