|
|
|
@ -33,13 +33,13 @@ import Sale from './views/Sale';
|
|
|
|
|
import Sale_sub from './views/Sale_sub';
|
|
|
|
|
import Sale_KPI from './views/Sale_KPI';
|
|
|
|
|
import Logo from './logo.png';
|
|
|
|
|
import { stores_Context } from './config';
|
|
|
|
|
import { observer } from 'mobx-react';
|
|
|
|
|
import ExchangeRate from './charts/ExchangeRate';
|
|
|
|
|
import KPI from './views/KPI';
|
|
|
|
|
import Distribution from './views/Distribution';
|
|
|
|
|
import Detail from './views/Detail';
|
|
|
|
|
import Welcome from './views/Welcome';
|
|
|
|
|
import { stores_Context, APP_VERSION } from './config';
|
|
|
|
|
|
|
|
|
|
const App = () => {
|
|
|
|
|
const { Content, Footer, Sider } = Layout;
|
|
|
|
@ -219,7 +219,7 @@ const App = () => {
|
|
|
|
|
>
|
|
|
|
|
<UserOutlined /> {auth_store.user.name} ({auth_store.user.userid})
|
|
|
|
|
<br />
|
|
|
|
|
Hainatravel Dashboard ©2022 Created by IT
|
|
|
|
|
Hainatravel Dashboard <span>v<span>{APP_VERSION}</span> </span> ©2022 Created by IT
|
|
|
|
|
</Footer>
|
|
|
|
|
</Layout>
|
|
|
|
|
</Layout>
|
|
|
|
|