Browse Source

fix:去掉测试

magic v 4 years ago
parent
commit
1772a2c67a
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/pages/FormVolume/mixins/index.js

+ 0 - 6
src/pages/FormVolume/mixins/index.js

@@ -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 () {