|
@@ -47,7 +47,8 @@ export default {
|
|
|
.then((res) => {
|
|
|
console.log('res', res)
|
|
|
if (res.result) {
|
|
|
- this.$router.push({ path: '/backstage?menuIndex=1296067156231847936&subMenu=1296067784098185216' })
|
|
|
+ // this.$router.push({ path: '/backstage?menuIndex=1296067156231847936&subMenu=1296067784098185216' })
|
|
|
+ this.$router.push({ path: res.url })
|
|
|
} else {
|
|
|
this.$message(res.msg)
|
|
|
this.$router.push({ path: '/login' }).catch(() => {})
|