style:修改左侧导航及头部导航栏,创建左侧导航相关页面

This commit is contained in:
李晓鸽
2022-10-08 10:20:21 +08:00
parent f416bb7da8
commit 8cb03598cc
31 changed files with 3277 additions and 310 deletions

View File

@@ -1,24 +1,97 @@
# fe_manage
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## pages 页面说明
### 一、learningpath:学习路径文件夹
```
LearningPath.vue:学习路径页面
```
### 二、projectcenter:项目文件夹
```
ProjectManage.vue:项目页面
ProjectAdd.vue:创建项目页面
TemplateLibrary.vue:模板页面
```
### 三、courselibrary:课程文件夹
```
CourseManage.vue:课件管理页面
CoursewareManage.vue:课程页面
```
### 四、examination:考试文件夹
```
ExaminationCenter.vue:考试中心页面
```
### 五、research:调研文件夹
```
ResearchManage.vue:调研管理页面
```
### 六、report:报表文件夹
```
ReportCenter.vue:报表中心页面
```
### 七、teacher:教师文件夹
```
TeacherManage.vue:教师管理页面
```
### 八、certificate:证书文件夹
```
CertificateCenter.vue:证书中心页面
```
### 九、system:系统文件夹
```
SystemManage.vue:系统管理页面
```