|
|
@@ -215,7 +215,19 @@ export default [
|
|
|
},
|
|
|
{
|
|
|
path: "dlwork/:homeworkId",
|
|
|
- component: () => import("@/views/student/DlWork/detail")
|
|
|
+ component: () => import("@/views/student/DlWork/detail"),
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: "",
|
|
|
+ component: () =>
|
|
|
+ import("@/views/student/Code/ProjectDetail/BuildDetail")
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "deploy",
|
|
|
+ component: () =>
|
|
|
+ import("@/views/student/Code/ProjectDetail/DeployDetail")
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
path: "document",
|