dever 6 years ago
parent
commit
2bdf96cc2b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      audit/index.php

+ 3 - 3
audit/index.php

@@ -1,8 +1,8 @@
 <?php
 
-define('DEVER_APP_NAME', 'content');
-define('DEVER_APP_LANG', '内容管理');
+define('DEVER_APP_NAME', 'audit');
+define('DEVER_APP_LANG', '审核管理');
 define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
-define('DEVER_MANAGE_ORDER', 200);
+define('DEVER_MANAGE_ORDER', 199);
 define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-tower layui-icon-tabs');
 include(DEVER_APP_PATH . '../boot.php');