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