project file tree

develop 3.7.5.Release
就眠仪式 2021-03-31 22:53:20 +08:00
parent b1874d2073
commit 51f89a00d4
1 changed files with 30 additions and 2 deletions

View File

@ -50,16 +50,44 @@
Pear Admin Layui Pear Admin Layui
├─admin 资源 ├─admin 资源
│ │
│ ├─css 样式
│ │
│ ├─data 数据
│ │
│ └─images 图片
├─component 组件 ├─component 组件
│ │
│ ├─code 设计器
│ │
│ ├─layui 框架
│ │
│ └─pear 封装
├─config 配置 ├─config 配置
│ │
│ ├─pear.config.yml 配置文件
│ │
│ └─pear.config.json 配置文件
├─view 视图 ├─view 视图
│ │
│ ├─console 首页
│ │
│ ├─document 文档
│ │
│ ├─echarts 图表
│ │
│ ├─error 错误页
│ │
│ ├─result 结果页
│ │
│ └─system 系统管理
├─index.html 入口 ├─index 入口
└─login.html 登录 └─login 登录
``` ```