dever 6 years ago
parent
commit
10967c07e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -4,5 +4,5 @@ define('DEVER_APP_NAME', 'poster');
 define('DEVER_APP_LANG', '海报管理');
 define('DEVER_APP_LANG', '海报管理');
 define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('DEVER_MANAGE_ORDER', -2);
 define('DEVER_MANAGE_ORDER', -2);
-define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-warning-sign');
+define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-warning-sign layui-icon-template');
 include(DEVER_APP_PATH . '../boot.php');
 include(DEVER_APP_PATH . '../boot.php');