Browse Source

手机注册跳商城跳转转企业注册

hangb 7 years ago
parent
commit
9844cc6e76
1 changed files with 1 additions and 5 deletions
  1. 1 5
      components/mobile/loginMobile.vue

+ 1 - 5
components/mobile/loginMobile.vue

@@ -73,11 +73,7 @@
         window.location.href = `/reset/forgetPasswordValidationAccount${this.$store.state.option.fullPath}`
         window.location.href = `/reset/forgetPasswordValidationAccount${this.$store.state.option.fullPath}`
       },
       },
       jump () {
       jump () {
-        if (this.appId === 'mall') {
-          window.location.href = `/register/personalRegistration${this.$store.state.option.fullPath}`
-        } else {
-          window.location.href = `/register/enterpriseRegistration${this.$store.state.option.fullPath}`
-        }
+        window.location.href = `/register/enterpriseRegistration${this.$store.state.option.fullPath}`
       },
       },
       getUrl () {
       getUrl () {
         this.appId = this.$store.state.option.appId
         this.appId = this.$store.state.option.appId