mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update admin.js
This commit is contained in:
parent
bb69b2e509
commit
74ffad8f0d
@ -193,8 +193,8 @@ $(function () {
|
||||
if (typeof headers === 'object') for (var i in headers) xhr.setRequestHeader(i, headers[i]);
|
||||
}, error: function (XMLHttpRequest) {
|
||||
if (XMLHttpRequest.responseText.indexOf('exception') > -1) layer.open({
|
||||
title: XMLHttpRequest.status + ' - ' + XMLHttpRequest.statusText + "(返回状态异常详情)",
|
||||
type: 2, area: ["800px", "500px"], content: ['javascript:void(0)'],
|
||||
type: 2, area: ["800px", "500px"], content: 'javascript:void(0)',
|
||||
title: XMLHttpRequest.status + ' - ' + XMLHttpRequest.statusText,
|
||||
success: function ($element, index) {
|
||||
layer.full(index);
|
||||
$element.find('iframe')[0].contentWindow.document.write(XMLHttpRequest.responseText);
|
||||
|
Loading…
x
Reference in New Issue
Block a user