拦截路由

This commit is contained in:
高嵩
2023-07-17 20:47:26 +08:00
parent 931169f5d8
commit 249ac376a1
+2 -1
View File
@@ -20,7 +20,8 @@ export default {
}, },
methods: { methods: {
closeWindow(){ closeWindow(){
hwh5.close(); // hwh5.close()
this.$router.go(-2)
} }
} }
} }