wangcz 8 жил өмнө
parent
commit
0e64c34e66

+ 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
           }
         })
       },