소스 검색

fix:去掉测试

magic v 4 년 전
부모
커밋
1772a2c67a
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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 () {