Skip to content

Commit

Permalink
ci: fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jul 12, 2021
1 parent 8bb34cf commit 4ad4f3d
Show file tree
Hide file tree
Showing 84 changed files with 109 additions and 1,543 deletions.
5 changes: 5 additions & 0 deletions .umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ export default {
return memo;
},
dva: {},
mfsu: {},
webpack5: {},
layout: {
disableContentMargin: false,
},
};
64 changes: 0 additions & 64 deletions AccountCenter/src/model.ts

This file was deleted.

172 changes: 0 additions & 172 deletions AccountSettings/src/components/GeographicView.tsx

This file was deleted.

113 changes: 0 additions & 113 deletions AccountSettings/src/model.ts

This file was deleted.

3 changes: 1 addition & 2 deletions DashboardAnalysis/src/components/Charts/WaterWave/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class WaterWave extends Component<WaterWaveProps> {
renderChart(type?: string) {
const { percent, color = '#1890FF' } = this.props;
const data = percent / 100;
const self = this;
cancelAnimationFrame(this.timer);

if (!this.node || (data !== 0 && !data)) {
Expand Down Expand Up @@ -202,7 +201,7 @@ class WaterWave extends Component<WaterWaveProps> {
sp += 0.07;
drawSin();
}
self.timer = requestAnimationFrame(render);
this.timer = requestAnimationFrame(render);
};
render();
}
Expand Down
1 change: 0 additions & 1 deletion DashboardAnalysis/src/components/IntroduceRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { InfoCircleOutlined } from '@ant-design/icons';
import { TinyArea, TinyColumn, Progress } from '@ant-design/charts';
import { Col, Row, Tooltip } from 'antd';

import React from 'react';
import numeral from 'numeral';
import { ChartCard, Field } from './Charts';
import type { DataItem } from '../data.d';
Expand Down
1 change: 0 additions & 1 deletion DashboardAnalysis/src/components/OfflineData.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Card, Col, Row, Tabs } from 'antd';
import React from 'react';
import { RingProgress, Line } from '@ant-design/charts';
import type { OfflineDataType, DataItem } from '../data.d';

Expand Down
1 change: 0 additions & 1 deletion DashboardAnalysis/src/components/PageLoading/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { Spin } from 'antd';

// loading components from code split
Expand Down
Loading

0 comments on commit 4ad4f3d

Please sign in to comment.