Browse Source

账户中心注册接口

yangc 7 years ago
parent
commit
b004696fdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/default/Header.vue

+ 1 - 1
components/default/Header.vue

@@ -116,7 +116,7 @@
       onRegisterClick () {
         this.$http.get('/register/page').then(response => {
           if (response.data) {
-            window.location.href = response.data.content
+            window.location.href = response.data.content + '&baseUrl=' + encodeURIComponent(window.location.protocol + '//' + window.location.host + '/newLogin/other')
           }
         })
       },