|
@@ -8,12 +8,9 @@ import cooperative from '@/assets/welcome/cooperative.png'
|
8
|
8
|
import machinery from '@/assets/welcome/machinery.png'
|
9
|
9
|
import order from '@/assets/welcome/order.png'
|
10
|
10
|
import Bar from '@/components/Bar/index.jsx';
|
11
|
|
-import WorkArea from './MonitoringScreen/components/WorkArea';
|
12
|
|
-import WorkData from './MonitoringScreen/components/WorkData';
|
13
|
|
-import MachineryStatus from './MonitoringScreen/components/MachineryStatus';
|
14
|
|
-import './Welcome.less'
|
15
|
11
|
import Pie from '@/components/Pie';
|
16
|
12
|
import PieArea from '@/components/PieArea';
|
|
13
|
+import './Welcome.less'
|
17
|
14
|
|
18
|
15
|
const Welcome = () => {
|
19
|
16
|
const intl = useIntl();
|