|
|
@@ -63,12 +63,6 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
this.vueWatchRoute()
|
|
|
- this.btnOpenSuccess(() => {
|
|
|
- let { go, replace } = this.$route.query
|
|
|
- replace
|
|
|
- ? this.$router.replace({ name: replace })
|
|
|
- : this.$router.go(go || -1)
|
|
|
- })
|
|
|
},
|
|
|
methods: {
|
|
|
vueWatchRoute () {
|