zombieJ 6 лет назад
Родитель
Сommit
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';