|
|
@@ -160,7 +160,7 @@ export default {
|
|
|
this.loading = true
|
|
|
this.$store.dispatch('user/login', this.loginForm).then(() => {
|
|
|
// this.$router.push({ path: this.redirect || '/' })
|
|
|
- this.$router.push({ path: '/dashboard-sceen' })
|
|
|
+ this.$router.push({ path: '/dashboard-screen' })
|
|
|
this.loading = false
|
|
|
}).catch(() => {
|
|
|
this.loading = false
|