소스 검색

update comment (#4236)

zombieJ 6 년 전
부모
커밋
7287c10fed
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/layouts/BasicLayout.tsx

+ 6 - 0
src/layouts/BasicLayout.tsx

@@ -1,3 +1,9 @@
+/**
+ * Ant Design Pro v4 use `@ant-design/pro-layout` to handle Layout.
+ * You can view component api by:
+ * https://github.com/ant-design/ant-design-pro-layout
+ */
+
 import { ConnectState, ConnectProps } from '@/models/connect';
 import RightContent from '@/components/GlobalHeader/RightContent';
 import { connect } from 'dva';