zy-asrs-flow/src/pages/map/drawer/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-asrs-flow/src/pages/map/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-asrs-flow/src/pages/map/drawer/index.jsx
New file @@ -0,0 +1,25 @@ import React, { useState, useRef, useEffect } from 'react'; import { Drawer } from 'antd'; import { FormattedMessage, useIntl, useModel } from '@umijs/max'; import { createStyles } from 'antd-style'; import * as Utils from '../utils' import Http from '@/utils/http'; const useStyles = createStyles(({ token, css }) => { }) const MapDrawer = (props) => { const intl = useIntl(); const { styles } = useStyles(); return ( <> <Drawer /> </> ) } export default MapDrawer; zy-asrs-flow/src/pages/map/index.jsx
@@ -15,6 +15,7 @@ import Settings from './components/settings' import * as Utils from './utils' import Player from './player'; import MapDrawer from './drawer'; const useStyles = createStyles(({ token }) => { let dark = token.colorBgBase === '#000';