@@ -98,7 +98,7 @@ export default {
type: 'warning'
}).then(() => {
this.$store.dispatch('LogOut').then(() => {
- location.href = '/admin/index';
+ location.href = '/login';
})
}).catch(() => {});
}