feat: 添加实训教学
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
"be.ems/src/modules/monitor"
|
||||
networkdata "be.ems/src/modules/network_data"
|
||||
networkelement "be.ems/src/modules/network_element"
|
||||
practicalTraining "be.ems/src/modules/practical_training"
|
||||
"be.ems/src/modules/system"
|
||||
"be.ems/src/modules/tool"
|
||||
"be.ems/src/modules/trace"
|
||||
@@ -140,6 +141,8 @@ func initModulesRoute(app *gin.Engine) {
|
||||
networkelement.Setup(app)
|
||||
// 网元数据模块
|
||||
networkdata.Setup(app)
|
||||
// 实训教学模块
|
||||
practicalTraining.Setup(app)
|
||||
// 跟踪模块
|
||||
trace.Setup(app)
|
||||
// 图表模块
|
||||
|
||||
BIN
src/assets/template/excel/student_import_template_en.xlsx
Normal file
BIN
src/assets/template/excel/student_import_template_en.xlsx
Normal file
Binary file not shown.
BIN
src/assets/template/excel/student_import_template_zh.xlsx
Normal file
BIN
src/assets/template/excel/student_import_template_zh.xlsx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4,7 +4,7 @@
|
||||
|
||||
## 静态资源 add_file
|
||||
|
||||
将目录下文件放置到对应目录
|
||||
将目录下文件放置到对应目录 约17个文件变更
|
||||
|
||||
- assets 对应覆盖 src\assets
|
||||
- database 对应覆盖 database
|
||||
|
||||
Reference in New Issue
Block a user