前端页面├── accttype.html
├── add.html
├── admin-login.html
├── advertisement.html
├── apply-1.html
├── apply-2.html
├── apply-3.html
├── apply.html
├── assignPermission.html
├── assignRole.html
├── auth_adv.html
├── auth_cert.html
├── auth_project.html
├── bootstrap
│ ├── css
│ │ ├── bootstrap-theme.css
│ │ ├── bootstrap-theme.css.map
│ │ ├── bootstrap-theme.min.css
│ │ ├── bootstrap-theme.min.css.map
│ │ ├── bootstrap.css
│ │ ├── bootstrap.css.map
│ │ ├── bootstrap.min.css
│ │ └── bootstrap.min.css.map
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ ├── glyphicons-halflings-regular.woff
│ │ └── glyphicons-halflings-regular.woff2
│ └── js
│ ├── bootstrap.js
│ ├── bootstrap.min.js
│ └── npm.js
├── cert.html
├── css
│ ├── carousel.css
│ ├── doc.min.css
│ ├── font-awesome.min.css
│ ├── login.css
│ ├── main.css
│ └── theme.css
├── edit.html
├── fonts
│ ├── FontAwesome.otf
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ ├── fontawesome4.2
│ │ ├── FontAwesome.otf
│ │ ├── fontawesome-webfont.eot
│ │ ├── fontawesome-webfont.svg
│ │ ├── fontawesome-webfont.ttf
│ │ └── fontawesome-webfont.woff
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.svg
│ ├── glyphicons-halflings-regular.ttf
│ └── glyphicons-halflings-regular.woff
├── img
│ ├── carousel-1.jpg
│ ├── carousel-2.jpg
│ ├── carousel-3.jpg
│ ├── logo.png
│ ├── p1.jpg
│ ├── p2.jpg
│ ├── p3.jpg
│ ├── p3.png
│ ├── pic.jpg
│ ├── product-1.jpg
│ ├── product-2.gif
│ ├── product-3.png
│ ├── product-4.jpg
│ ├── product-5.jpg
│ ├── product-6.jpg
│ ├── product-7.jpg
│ ├── product-8.jpg
│ ├── product-9.jpg
│ ├── product_detail_body.jpg
│ ├── product_detail_head.jpg
│ ├── services-box1.jpg
│ ├── services-box2.jpg
│ ├── services-box3.jpg
│ └── services-box4.jpg
├── index.html
├── jquery
│ ├── jquery-2.1.1.min.js
│ ├── jquery-form.min.js
│ └── jquery.pagination.js
├── login.html
├── main.html
├── member.html
├── message.html
├── minecrowdfunding.html
├── modal-menu-add.jsp
├── modal-menu-confirm.jsp
├── modal-menu-edit.jsp
├── param.html
├── pay-step-1.html
├── pay-step-2.html
├── permission.html
├── process.html
├── project.html
├── project_type.html
├── projects.html
├── reg.html
├── role.html
├── script
│ ├── back-to-top.js
│ ├── docs.min.js
│ └── echarts.js
├── start-step-1.html
├── start-step-2.html
├── start-step-3.html
├── start-step-4.html
├── start.html
├── tag.html
├── type.html
├── user.html
└── ztree
├── img
│ ├── diy
│ │ ├── 1_close.png
│ │ ├── 1_open.png
│ │ ├── 2.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ ├── 6.png
│ │ ├── 7.png
│ │ ├── 8.png
│ │ └── 9.png
│ ├── line_conn.gif
│ ├── loading.gif
│ ├── zTreeStandard.gif
│ └── zTreeStandard.png
├── jquery.ztree.all-3.5.min.js
└── zTreeStyle.css
13 directories, 124 files
评论