File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,18 @@ export default class Home extends Component {
1616 ) ;
1717 }
1818}
19+
20+ // export default function Home() {
21+ // const [abc, setAbc] = React.useState('00000');
22+ // return (
23+ // <div>
24+ // <div>{abc}</div>
25+ // <img style={{ width: '100%' }} src={bgimg} alt="" />
26+ // <HomeTitle title={'优秀项目推荐'} path={'/'} color={'yellowgreen'} />
27+ // <HomeTitle title={'快速加入团队'} path={'/'} />
28+ // <HomeTitle title={'优秀程序员'} path={'/'} />
29+ // <HomeTitle title={'优秀设计师'} path={'/'} />
30+ // <HomeTitle title={'下载移动端'} path={'/'} />
31+ // </div>
32+ // );
33+ // }
Original file line number Diff line number Diff line change 11/**
22 * 注释路由
3- * title: Index Page
4- * Routes:
3+ * title:Index Page
4+ * Routes:- ./src/pages/display/index.tsx
55 * - ./src/pages/display/index.tsx
66 */
77
You can’t perform that action at this time.
0 commit comments