互联网/局域网时,账号创建时的信息区别
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-11 11:19:12 +08:00
parent b60d8a6797
commit 336031659e
2 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export default {
message: this.$t("trials:adRules:message:msg7"),
type: "success",
});
let msg = this.$t("system:userlist:message:ResetPassword2");
let msg = this.$IsCanConnectInternet ? this.$t("system:userlist:message:ResetPassword3") : this.$t("system:userlist:message:ResetPassword2");
msg = msg.replace("xxx", params("userName"));
msg = msg.replace("yyy", params("email"));
this.$alert(decodeURIComponent(msg));

View File

@ -280,6 +280,10 @@ export default {
);
this.model_cfg.visible = false;
this.$emit("getList");
let msg = this.$IsCanConnectInternet ? this.$t("trials:externalStaff:message:adduser1") : this.$t("trials:externalStaff:message:adduser2");
msg = msg.replace("xxx", this.form.Email);
msg = msg.replace("yyy", this.form.Email);
this.$alert(decodeURIComponent(msg));
})
.catch((res) => {
if (res.Result) {