修改返回路径
This commit is contained in:
@@ -209,7 +209,7 @@ $(function () {
|
|||||||
identityNumber: encryptDes(personId, "1ea53d260ecf11e7b56e00163e046a26"),
|
identityNumber: encryptDes(personId, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||||
metaInfo: JSON.stringify(metaInfo),
|
metaInfo: JSON.stringify(metaInfo),
|
||||||
phone: encryptDes( phone, "1ea53d260ecf11e7b56e00163e046a26"),
|
phone: encryptDes( phone, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||||
returnUrl: urlPrefix + `/mew/modules/identity/new.html?uid=${pubInfo.uid}&ticket=${pubInfo.ticket}`,
|
returnUrl: window.location.origin + `/mew/modules/identity/new.html?uid=${pubInfo.uid}&ticket=${pubInfo.ticket}`,
|
||||||
uid: pubInfo.uid,
|
uid: pubInfo.uid,
|
||||||
username: encryptDes(name, "1ea53d260ecf11e7b56e00163e046a26"),
|
username: encryptDes(name, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user