浏览代码

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

hangb 7 年之前
父节点
当前提交
9844cc6e76
共有 1 个文件被更改,包括 1 次插入5 次删除
  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}`
       },
       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 () {
         this.appId = this.$store.state.option.appId