-
3.1.简介模块
app 应用根目录├── app 应用文件目录├── static 系统资源文件目录├── system 系统模块文件目录 ├── about 简介模块目录 |── admin 应用前台模块 | |── templates 模块后台文件目录 | | |── edit.php | | └── list.php
更新时间:2020-01-21 作者:米拓建站
-
3.2.文章模块
app 应用根目录├── app 应用文件目录├── static 系统资源文件目录├── system 系统模块文件目录 ├── news 简介模块目录 |── admin 应用前台模块 | |── templates 模块后台文件目录 | | |── edit.php | | └── list.php
更新时间:2020-02-17 作者:米拓建站
-
3.3.产品模块
```app 应用根目录├── app 应用文件目录├── static 系统资源文件目录├── system 系统模块文件目录 ├── product 简介模块目录 |── admin 应用前台模块 | |── templates 模块后台文件目录 | | |── edit.php | | └── list.
更新时间:2020-02-17 作者:米拓建站
-
3.4.下载模块
```app 应用根目录├── app 应用文件目录├── static 系统资源文件目录├── system 系统模块文件目录 ├── download 简介模块目录 |── admin 应用前台模块 | |── templates 模块后台文件目录 | | |── edit.php | | └── list
更新时间:2020-01-21 作者:米拓建站
-
3.5.图片模块
app 应用根目录├── app 应用文件目录├── static 系统资源文件目录├── system 系统模块文件目录 ├── img 简介模块目录 |── admin 应用前台模块 | |── templates 模块后台文件目录 | | |── edit.php | | └── list.php
更新时间:2020-01-21 作者:米拓建站
-
3.6.招聘模块
```app 应用根目录 ├── app 应用文件目录 ├── static 系统资源文件目录 ├── system 系统模块文件目录 ├── job 招聘模块目录 |── admin 应用前台模块 | |── templates 模块后台文件目录 | | |── edit.php | | |── index.
更新时间:2020-02-17 作者:米拓建站
-
3.7.留言模块
```app 应用根目录 ├── app 应用文件目录 ├── static 系统资源文件目录 ├── system 系统模块文件目录 ├── message 留言模块目录 |── admin 应用前台模块 | |── templates 模块后台文件目录 | | |── edit.php | | |── in
更新时间:2020-02-17 作者:米拓建站
-
3.8.反馈模块
```app 应用根目录 ├── app 应用文件目录 ├── static 系统资源文件目录 ├── system 系统模块文件目录 ├── feedback 反馈模块目录 |── admin 应用前台模块 | |── templates 模块后台文件目录 | | |── edit.php | | |── i
更新时间:2020-02-17 作者:米拓建站