内容模型功能完成

This commit is contained in:
2020-04-01 22:20:11 +08:00
parent 85d33da0d4
commit 9dafceb2eb
32 changed files with 415 additions and 339 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class Base extends BaseC {
//菜单设置
$this->getMenu();
View::assign('meta_title', $this->getCurrentTitle());
View::assign('meta_title', isset($this->data['meta_title']) ? $this->data['meta_title'] : $this->getCurrentTitle());
}
}