diff --git a/Bootstrap.Admin/wwwroot/js/Menus.js b/Bootstrap.Admin/wwwroot/js/Menus.js
index b172a6a1..02ef6ae3 100644
--- a/Bootstrap.Admin/wwwroot/js/Menus.js
+++ b/Bootstrap.Admin/wwwroot/js/Menus.js
@@ -91,7 +91,7 @@
{
title: "菜单图标", field: "Icon", sortable: false, align: 'center', formatter: function (value, row, index) {
if (value) {
- return $.format('', value);
+ return $.format('', value);
}
return "";
}