Commit e2290b85 by 冷斌

测试

短信验证
parent eb751a6c
...@@ -96,11 +96,11 @@ class ConfigAction extends AdministratorAction ...@@ -96,11 +96,11 @@ class ConfigAction extends AdministratorAction
'tabHash' => 'site', 'tabHash' => 'site',
'url' => U('admin/Config/site'), 'url' => U('admin/Config/site'),
); );
$this->pageTab[] = array( // $this->pageTab[] = array(
'title' => "首页配置", // 'title' => "首页配置",
'tabHash' => 'setIndex', // 'tabHash' => 'setIndex',
'url' => U('admin/Config/setIndex'), // 'url' => U('admin/Config/setIndex'),
); // );
$this->pageTab[] = [ $this->pageTab[] = [
'title' => "头部导航", 'title' => "头部导航",
'tabHash' => 'nav', 'tabHash' => 'nav',
......
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