优化
This commit is contained in:
parent
7c586cb6fd
commit
0e4c30f0c1
@ -56,6 +56,7 @@ export default {
|
||||
},
|
||||
beforeMount () {},
|
||||
mounted () {
|
||||
console.log('userInfo: ', this.userInfo)
|
||||
},
|
||||
methods: {
|
||||
handleToRouter (item) {
|
||||
|
||||
@ -33,7 +33,9 @@ export default {
|
||||
console.log('this.isPopup: ', this.isPopup)
|
||||
if (this.isPopup) return this.open()
|
||||
history.go(-1)
|
||||
// this.$router.go(-1)
|
||||
console.log('history: ', history)
|
||||
console.log('this.$router: ', this.$router)
|
||||
this.$router.go(-1)
|
||||
},
|
||||
open () {
|
||||
const obj = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user