From cb64696a91e3e9b3a13e1ee8e8ec1aa753ff4322 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 13 三月 2024 10:57:11 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/map/drawer/index.jsx |   25 +++++++++++++++++++++++++
 zy-asrs-flow/src/pages/map/index.jsx        |    1 +
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/drawer/index.jsx b/zy-asrs-flow/src/pages/map/drawer/index.jsx
new file mode 100644
index 0000000..1394379
--- /dev/null
+++ b/zy-asrs-flow/src/pages/map/drawer/index.jsx
@@ -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;
\ No newline at end of file
diff --git a/zy-asrs-flow/src/pages/map/index.jsx b/zy-asrs-flow/src/pages/map/index.jsx
index 404ae90..9e56171 100644
--- a/zy-asrs-flow/src/pages/map/index.jsx
+++ b/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';

--
Gitblit v1.9.1