优化
This commit is contained in:
parent
0e4c30f0c1
commit
58921f1397
@ -32,9 +32,11 @@ export default {
|
|||||||
handleBack () {
|
handleBack () {
|
||||||
console.log('this.isPopup: ', this.isPopup)
|
console.log('this.isPopup: ', this.isPopup)
|
||||||
if (this.isPopup) return this.open()
|
if (this.isPopup) return this.open()
|
||||||
history.go(-1)
|
|
||||||
console.log('history: ', history)
|
console.log('history: ', history)
|
||||||
console.log('this.$router: ', this.$router)
|
console.log('this.$router: ', this.$router)
|
||||||
|
console.log('this.$store: ', this.$store)
|
||||||
|
|
||||||
|
// history.go(-1)
|
||||||
this.$router.go(-1)
|
this.$router.go(-1)
|
||||||
},
|
},
|
||||||
open () {
|
open () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user