From e19733caa99d8aa3e539b05b096ec275e5760339 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 1 Nov 2023 14:51:04 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=A2=9E=E5=8A=A0=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E6=B0=B4=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 164 +++++++++++++++++++++++++++------------------------- 1 file changed, 86 insertions(+), 78 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 0c6e608..f3ac2e6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,7 +10,11 @@ import { DollarOutlined, AreaChartOutlined, WechatOutlined, - UserOutlined, FlagOutlined, PieChartOutlined, BarChartOutlined, CoffeeOutlined, + UserOutlined, + FlagOutlined, + PieChartOutlined, + BarChartOutlined, + CoffeeOutlined, } from '@ant-design/icons'; import { Layout, Menu, Image, Badge } from 'antd'; import { BrowserRouter, Route, Routes, NavLink } from 'react-router-dom'; @@ -40,6 +44,7 @@ import Distribution from './views/Distribution'; import Detail from './views/Detail'; import Welcome from './views/Welcome'; import { stores_Context, APP_VERSION } from './config'; +import { WaterMark } from '@ant-design/pro-components'; const App = () => { const { Content, Footer, Sider } = Layout; @@ -143,86 +148,89 @@ const App = () => { return ( - - - - - - - + + - - } /> - } /> - }> - } /> - } /> - - }> - } /> - } /> - } /> - - }> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - }> - } /> - } /> - - }> - } /> - } /> - } /> - } /> - - - -
- {auth_store.user.name} ({auth_store.user.userid}) -
- Hainatravel Dashboard v{APP_VERSION} ©2022 Created by IT -
-
- + + + + + + + + + } /> + } /> + }> + } /> + } /> + + }> + } /> + } /> + } /> + + }> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + }> + } /> + } /> + + }> + } /> + } /> + } /> + } /> + + + + + + + + ); };