|
@@ -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
|