@@ -567,7 +567,7 @@
this.$http.post('/sso/userspace/register', param, config)
.then(response => {
if (response.data.success) {
-
+ window.location.href = '/overRegister/overEnterprise'
} else {
return Promise.reject(response.data)
}
@@ -298,7 +298,7 @@
this.$http.post('/sso/personal/register', param, config)
-// window.loaction.href = '/'
+ window.location.href = '/overRegister/overPersonal'