优化
This commit is contained in:
parent
8a67774b63
commit
0ec5b4882a
@ -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 = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user