Browse Source

处理BUG

wangcz 7 years ago
parent
commit
0e64c34e66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/businessEnter/index.vue

+ 1 - 1
pages/businessEnter/index.vue

@@ -221,7 +221,7 @@
       onRegisterClick () {
         this.$http.get('/register/page').then(response => {
           if (response.data) {
-            window.open(response.data.content)
+            window.location.href = response.data.content
           }
         })
       },