diff --git a/src/views/login/index.vue b/src/views/login/index.vue index d95c6d8..ea0927e 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -117,8 +117,9 @@ this.$store.dispatch('user/login', this.loginForm).then(() => { this.$router.push({ - path: '/admin/jsc' - }) + path: '/jsc' + }) + // window.open('/admin/jsc','_self') this.loading = false }).catch(() => { this.loading = false