|
@@ -208,6 +208,8 @@ const post = function (url, data, opts) {
|
|
|
width: '470',
|
|
|
time: 1000,
|
|
|
cancalText: '我知道了',
|
|
|
+ isFather: true,
|
|
|
+ fatherWrapper: $("#mainBox", parent.document),
|
|
|
sureBtn: false,
|
|
|
message: jsonres.msg || '登录过期',
|
|
|
callback: function () {
|
|
@@ -257,6 +259,8 @@ const post = function (url, data, opts) {
|
|
|
width: '470',
|
|
|
time: 1000,
|
|
|
cancalText: '我知道了',
|
|
|
+ isFather: true,
|
|
|
+ fatherWrapper: $("#mainBox", parent.document),
|
|
|
sureBtn: false,
|
|
|
message: errorCode.msg || '登录过期',
|
|
|
callback: function () {
|