This commit is contained in:
熊成强 2020-11-06 18:24:37 +08:00
parent 8a67774b63
commit 0ec5b4882a

View File

@ -32,7 +32,8 @@ 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()
this.$router.go(-1) history.go(-1)
// this.$router.go(-1)
}, },
open () { open () {
const obj = { const obj = {