diff --git a/src/app/my/component/Project/index.tsx b/src/app/my/component/Project/index.tsx index 1a00b0d..d649e1e 100755 --- a/src/app/my/component/Project/index.tsx +++ b/src/app/my/component/Project/index.tsx @@ -17,7 +17,7 @@ export default ({ data }: { data: Project[] }) => { return ( <>
前端:{item.front.technology}
-控制端:{item.control.technology}
-后端:{item.backend.technology}
+{item.front.name}{item.front.technology}
+{item.control.name}{item.control.technology}
+{item.backend.name}{item.backend.technology}