修改BUG:IconView无法正常解析。更改请求内容类型为text/html
This commit is contained in:
parent
ee7f36fa53
commit
56019a0bb8
|
@ -230,6 +230,8 @@
|
|||
$.bc({
|
||||
url: Menu.iconView,
|
||||
swal: false,
|
||||
contentType: 'text/html',
|
||||
dataType: 'html',
|
||||
method: 'GET',
|
||||
callback: function (result) {
|
||||
if (result) {
|
||||
|
|
Loading…
Reference in New Issue