mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +08:00
add the documentation window as the main page (#795)
Co-authored-by: elsiosanchez <elsiosanche@gmail.com>
This commit is contained in:
parent
f45a57178a
commit
06d969cbb8
@ -182,7 +182,7 @@ export default {
|
|||||||
this.$store.dispatch('user/login', this.loginForm)
|
this.$store.dispatch('user/login', this.loginForm)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: this.redirect || '/',
|
path: this.redirect || '/documentation',
|
||||||
query: this.otherQuery
|
query: this.otherQuery
|
||||||
}, () => {})
|
}, () => {})
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user