移除JSONP加载

pull/462/MERGE
Karson 2024-03-25 14:58:39 +08:00
parent 36bf77df6c
commit 578044505a
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template', 'cookie']
});
return res;
},
dataType: 'jsonp',
dataType: 'json',
templateView: false,
clickToSelect: false,
search: true,