互联网/局域网时,账号创建时的信息区别
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b60d8a6797
commit
336031659e
|
@ -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));
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue