dever 6 years ago
parent
commit
f6d658cf36
2 changed files with 2 additions and 2 deletions
  1. 1 1
      index.php
  2. 1 1
      src/Msg.php

+ 1 - 1
index.php

@@ -3,5 +3,5 @@ define('DEVER_APP_NAME', 'wechat_applet');
 define('DEVER_APP_LANG', '小程序管理');
 define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('DEVER_MANAGE_ORDER', 90);
-define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-tint');
+define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-tint layui-icon-release');
 include(DEVER_APP_PATH . '../boot.php');

+ 1 - 1
src/Msg.php

@@ -270,7 +270,7 @@ class Msg
 		$project = Dever::db('token/project')->state(array('option_type' => 3));
 		if ($project) {
 			foreach ($project as $k => $v) {
-				Core::run($v['id'], 'get_msg', '', 'msg.load', 'applet');
+				Core::run($v['id'], 'get_msg', '', 'msg.load', 'wechat_applet');
 			}
 		}