1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-08-27 15:17:23 +08:00
parent 832d239f16
commit eac3fde3b9
1 changed files with 5 additions and 5 deletions

View File

@ -259,11 +259,11 @@ export default {
if (valid) {
this.btnLoading = true;
this.form.TrialId = this.trialId;
if (v === "SendEmail") {
this.form.IsSendEmail = true;
this.form.BaseUrl = `${location.protocol}//${location.host}/login`;
this.form.RouteUrl = `${location.protocol}//${location.host}/email-recompose`;
}
// if (v === "SendEmail") {
// this.form.IsSendEmail = true;
this.form.BaseUrl = `${location.protocol}//${location.host}/login`;
this.form.RouteUrl = `${location.protocol}//${location.host}/email-recompose`;
// }
const selectedUserType = this.userTypeOptions.filter(
(item) => item.Id === this.form.UserTypeId
);