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 -
-
- + + + + + + + + + } /> + } /> + }> + } /> + } /> + + }> + } /> + } /> + } /> + + }> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + }> + } /> + } /> + + }> + } /> + } /> + } /> + } /> + + + + + + + + ); };