修改BUG:更改脚本中的样式表路径
This commit is contained in:
parent
9a1f86da36
commit
c12af231ec
|
@ -352,7 +352,7 @@ $(function () {
|
||||||
Id: 1, url: Dicts.url, data: { type: 'activeCss' }, swal: false,
|
Id: 1, url: Dicts.url, data: { type: 'activeCss' }, swal: false,
|
||||||
callback: function (result) {
|
callback: function (result) {
|
||||||
if (result.length > 0)
|
if (result.length > 0)
|
||||||
$('head').append($.format('<link href="../Content/css/{0}" rel="stylesheet" type="text/css" />', result[0].Code));
|
$('head').append($.format('<link href="../Content/{0}" rel="stylesheet" type="text/css" />', result[0].Code));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
Loading…
Reference in New Issue