From f2121c295d799d1273d2aef28a08bd2d6ba7072e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=8E=89=E5=9D=A1?= Date: Sun, 21 Apr 2019 19:07:56 +0800 Subject: [PATCH] =?UTF-8?q?U=20-=20=E6=96=87=E6=A1=A3=20-=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/project_structure.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/project_structure.md b/docs/project_structure.md index aa540be..6ebd153 100644 --- a/docs/project_structure.md +++ b/docs/project_structure.md @@ -58,7 +58,10 @@ │ │ │ └── __init__.py // │ │ │ └── models.py // │ │ │ └── utils.py // -│ │ ├── __init__.py // +│ │ ├── system // 系统设置模块 +│ │ │ └── __init__.py // 系统设置路由 +│ │ │ └── models.py // 系统设置数据模型 +│ │ │ └── notify.py // 通知设置相关方法 │ │ │ │ └── libs // 系统公用库目录 │ │ ├── scripts // 公用脚本目录 @@ -122,6 +125,8 @@ │ │ │ ├── schedule // 任务管理目录 │ │ │ │ └── Job.vue // 任务列表组件 │ │ │ │ └── JobSetting.vue // 任务管理-设置触发器组件 +│ │ │ ├── system // 系统设置 +│ │ │ │ └── Notify.vue // 通知设置列表 │ │ │ ├── Deny.vue // 全局权限拒绝组件 │ │ │ ├── Home.vue // 系统Home组件 │ │ │ ├── Layout.vue // 菜单生成组件