Commit fb808a42 by 冷斌

fix bug

parent 628e1fb5
......@@ -112,7 +112,8 @@ class ConfigAction extends AdministratorAction
'url' => U('admin/Config/footNav'),
];
$this->pageTab[] = [
'title' => "APP关于我们",
// 'title' => "APP关于我们",
'title' => "购买协议",
'tabHash' => 'about',
'url' => U('admin/Config/about'),
];
......@@ -820,7 +821,7 @@ class ConfigAction extends AdministratorAction
{
$this->_initSiteConfigTabs();
$this->pageKeyList = array('about');
$this->pageTitle['about'] = 'app关于我们';
$this->pageTitle['about'] = '购买协议';
$this->displayConfig();
}
......
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