@@ -89,7 +89,9 @@ const submitForm = formEl => {
password: form.pwd,
}).then(res => {
console.log(res);
- location.href = res.url || "";
+ let url = window.$originData.urlParames.authUrl || "";
+ url += res.url || "";
+ location.href = url;
});
};
@@ -174,7 +176,7 @@ const submitForm = formEl => {
font-size: 18px;
font-weight: 600;
height: 2em;
- line-height: 2em
+ line-height: 2em;
}