|
|
@@ -111,12 +111,14 @@ export default [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: "code/:homeworkId/:projectId/test/unit/:unitTestId",
|
|
|
+ path:
|
|
|
+ "code/:homeworkId/:projectId/group/:groupId/test/unit/:unitTestId",
|
|
|
component: () =>
|
|
|
import("@/views/student/Code/ProjectDetail/Test/UnitTestDetail")
|
|
|
},
|
|
|
{
|
|
|
- path: "code/:homeworkId/:projectId/test/functional/:functionalTestId",
|
|
|
+ path:
|
|
|
+ "code/:homeworkId/:projectId/group/:groupId/test/functional/:functionalTestId",
|
|
|
component: () =>
|
|
|
import("@/views/student/Code/ProjectDetail/Test/FunctionalTestDetail")
|
|
|
},
|