| src/page/index/top/index.vue | ●●●●● patch | view | raw | blame | history |
src/page/index/top/index.vue
@@ -103,6 +103,7 @@ }).then(() => { this.$store.dispatch('LogOut').then(() => { const env = import.meta.env.VITE_APP_ENV console.log(env); const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL env === 'development' ? this.$router.push({ path: '/login' }):window.location.replace(`${adminUrl}#/login`)