Skip to content

Directory adjustment and bug fixes

Latest
Compare
Choose a tag to compare
@huzs1622 huzs1622 released this 03 Sep 07:02
· 2 commits to master since this release

├─application
│ ├─controllers //控制器
│ │ ├─manage
│ │ └─product
│ ├─third_party
│ │ └─rbac //核心目录
│ │ ├─config
│ │ ├─helpers
│ │ ├─hooks
│ │ ├─libraries
│ │ ├─models
│ │ └─views
│ │ └─manage
│ │ ├─member
│ │ ├─menu
│ │ ├─node
│ │ └─role
│ └─views
│ └─product //测试的视图界面
├─static //静态文件
│ └─bootstrap
│ ├─css
│ ├─fonts
│ └─js
├─mysql.sql //创建数据库表和默认数据
└─README.md //说明文件