初步完成

This commit is contained in:
2020-09-11 10:27:23 +08:00
parent 9c6d4da51e
commit 49c3511dbe
43 changed files with 3437 additions and 1188 deletions

16
config/haai.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
//整个网站配置 固定的也不需要放到后台了
return [
'category' => [
'zzjg' => 1,//组织机构
'kxyj' => 10,//科学研究
'cgzh' => 19,//成果展示
'rcdw' => 28,//人才队伍
'djkxwh' => 31,//党建与科学文化
],
//分类使用的模板
'template' => [
config('haai.category.zzjg') => 'category.zzjg',
],
];