dever 6 سال پیش
والد
کامیت
33aef82111
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      index.php
  2. 2 2
      lib/Data.php

+ 1 - 1
index.php

@@ -3,5 +3,5 @@ define('DEVER_APP_NAME', 'message');
 define('DEVER_APP_LANG', '消息系统');
 define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('DEVER_MANAGE_ORDER', -6);
-define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-dashboard');
+define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-dashboard layui-icon-senior');
 include(DEVER_APP_PATH . '../boot.php');

+ 2 - 2
lib/Data.php

@@ -11,8 +11,8 @@ class Data
 	public function __construct()
 	{
         # 获取用户信息
-        $user = new User();
-        $this->user = $user->data();
+        //$user = new User();
+        //$this->user = $user->data();
 	}
 
 	/**