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) { if (valid) {
this.btnLoading = true; this.btnLoading = true;
this.form.TrialId = this.trialId; this.form.TrialId = this.trialId;
if (v === "SendEmail") { // if (v === "SendEmail") {
this.form.IsSendEmail = true; // this.form.IsSendEmail = true;
this.form.BaseUrl = `${location.protocol}//${location.host}/login`; this.form.BaseUrl = `${location.protocol}//${location.host}/login`;
this.form.RouteUrl = `${location.protocol}//${location.host}/email-recompose`; this.form.RouteUrl = `${location.protocol}//${location.host}/email-recompose`;
} // }
const selectedUserType = this.userTypeOptions.filter( const selectedUserType = this.userTypeOptions.filter(
(item) => item.Id === this.form.UserTypeId (item) => item.Id === this.form.UserTypeId
); );