Commit c2e01520 by 冷斌

fix bug

parent 41dcd546
...@@ -94,9 +94,9 @@ $menu = array( ...@@ -94,9 +94,9 @@ $menu = array(
), ),
), ),
'content2' => array( 'content2' => array(
'反馈管理' => array( // '反馈管理' => array(
'反馈管理' => 'admin/Suggest/index', // '反馈管理' => 'admin/Suggest/index',
), // ),
'资讯管理' => array( '资讯管理' => array(
'资讯管理' => 'news/AdminTopic/index', '资讯管理' => 'news/AdminTopic/index',
), ),
......
...@@ -819,11 +819,6 @@ class ConfigAction extends AdministratorAction ...@@ -819,11 +819,6 @@ class ConfigAction extends AdministratorAction
**/ **/
public function about() public function about()
{ {
var_dump('1111111');
$data = model('Xdata')->get("admin_Config:about");
var_dump($data);
var_dump('1111111');
die;
$this->_initSiteConfigTabs(); $this->_initSiteConfigTabs();
$this->pageKeyList = array('about'); $this->pageKeyList = array('about');
$this->pageTitle['about'] = '购买协议'; $this->pageTitle['about'] = '购买协议';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment