diff --git a/src/App.tsx b/src/App.tsx index bbdffd6..edbebe1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -117,7 +117,7 @@ const App = (props: AppProps) => { {!responsive.isMobile && checkLogin(auth.permissions) && ( )} - + {/* */} diff --git a/src/components/index.tsx b/src/components/index.tsx index ffbb482..1dccd6e 100644 --- a/src/components/index.tsx +++ b/src/components/index.tsx @@ -35,6 +35,7 @@ import Home from './visualize/Home'; import UserManage from './management/UserManage'; import BlankPage from './management/BlankPage'; import StationInfo from './station/StationInfo'; +import PredictInfo from './station/PredictInfo'; const WysiwygBundle = Loadable({ // 按需加载富文本配置 @@ -75,4 +76,5 @@ export default { UserManage, BlankPage, StationInfo, + PredictInfo, } as any; diff --git a/src/components/station/PredictInfo.tsx b/src/components/station/PredictInfo.tsx new file mode 100644 index 0000000..0d4a508 --- /dev/null +++ b/src/components/station/PredictInfo.tsx @@ -0,0 +1,30 @@ +import { Tabs, Select, Image } from 'antd'; +import React from 'react'; +import predict from './predict.png'; + +const durationSelect = () => { + const options = [ + { value: '15', label: '15min' }, + { value: '30', label: '30min' }, + { value: '60', label: '60min' }, + ]; + return