修改BUG:更改脚本中的样式表路径

This commit is contained in:
Argo-Lenovo 2017-03-14 23:11:05 +08:00
parent 9a1f86da36
commit c12af231ec
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ $(function () {
Id: 1, url: Dicts.url, data: { type: 'activeCss' }, swal: false,
callback: function (result) {
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));
}
});
});