|
|
|
@ -25,15 +25,7 @@ redIs ~
|
|
|
|
|
|
|
|
|
|
###目录结构描述
|
|
|
|
|
development_of_web_application_systems.
|
|
|
|
|
│ gunicorn_conf.py
|
|
|
|
|
│ LICENSE
|
|
|
|
|
│ list.txt
|
|
|
|
|
│ main.py
|
|
|
|
|
│ README.md
|
|
|
|
|
│ uwsgi.ini
|
|
|
|
|
│ uwsgi.pid
|
|
|
|
|
│
|
|
|
|
|
├─.idea
|
|
|
|
|
├─.idea //配置
|
|
|
|
|
│ │ .gitignore
|
|
|
|
|
│ │ misc.xml
|
|
|
|
|
│ │ modules.xml
|
|
|
|
@ -42,8 +34,8 @@ development_of_web_application_systems.
|
|
|
|
|
│ └─inspectionProfiles
|
|
|
|
|
│ profiles_settings.xml
|
|
|
|
|
│
|
|
|
|
|
├─static
|
|
|
|
|
│ ├─api
|
|
|
|
|
├─static //静态库
|
|
|
|
|
│ ├─api //接口
|
|
|
|
|
│ │ clear.json
|
|
|
|
|
│ │ init.json
|
|
|
|
|
│ │ menus.json
|
|
|
|
@ -51,7 +43,7 @@ development_of_web_application_systems.
|
|
|
|
|
│ │ tableSelect.json
|
|
|
|
|
│ │ upload.json
|
|
|
|
|
│ │
|
|
|
|
|
│ ├─css
|
|
|
|
|
│ ├─css
|
|
|
|
|
│ │ │ Datacages_Homeindex.css
|
|
|
|
|
│ │ │ layuimini.css
|
|
|
|
|
│ │ │ ProgressBarWars.css
|
|
|
|
@ -60,7 +52,7 @@ development_of_web_application_systems.
|
|
|
|
|
│ │ └─themes
|
|
|
|
|
│ │ default.css
|
|
|
|
|
│ │
|
|
|
|
|
│ ├─images
|
|
|
|
|
│ ├─images
|
|
|
|
|
│ ├─js
|
|
|
|
|
│ │ │ echarts-all.js
|
|
|
|
|
│ │ │ jquery.js
|
|
|
|
@ -70,22 +62,26 @@ development_of_web_application_systems.
|
|
|
|
|
│ │ └─lay-module
|
|
|
|
|
│ └─lib
|
|
|
|
|
└─templates
|
|
|
|
|
│ .gitattributes
|
|
|
|
|
│ .gitignore
|
|
|
|
|
│ index.html
|
|
|
|
|
│ LICENSE
|
|
|
|
|
│
|
|
|
|
|
└─page
|
|
|
|
|
404.html
|
|
|
|
|
button.html
|
|
|
|
|
index.html
|
|
|
|
|
login.html
|
|
|
|
|
register.html
|
|
|
|
|
table.html
|
|
|
|
|
user.html
|
|
|
|
|
warings.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
│ │ .gitattributes
|
|
|
|
|
│ │ .gitignore
|
|
|
|
|
│ │ index.html //主页面
|
|
|
|
|
│ │ LICENSE //layuimini许可证
|
|
|
|
|
│ │
|
|
|
|
|
│ └─page //功能页面
|
|
|
|
|
│ 404.html
|
|
|
|
|
│ button.html
|
|
|
|
|
│ index.html
|
|
|
|
|
│ login.html
|
|
|
|
|
│ register.html
|
|
|
|
|
│ table.html
|
|
|
|
|
│ user.html
|
|
|
|
|
│ warings.html
|
|
|
|
|
├─ uwsgi.ini
|
|
|
|
|
├─ uwsgi.pid
|
|
|
|
|
├─ gunicorn_conf.py
|
|
|
|
|
├─ main.py //主函数
|
|
|
|
|
├─ LICENSE //许可证
|
|
|
|
|
├─ README.md
|
|
|
|
|
|
|
|
|
|
***
|
|
|
|
|
###V1.0.0 版本内容更新
|
|
|
|
|