|
|
@@ -4,8 +4,9 @@ import Title from '../src/Title/Title.jsx';
|
|
|
import MessageBox from '../src/MsgBox/MessageBox.jsx';
|
|
|
import { converter } from './converter.js';
|
|
|
import URL from '../constants/url.dev.json';
|
|
|
+import 'whatwg-fetch';
|
|
|
|
|
|
-import tempdata from '../data/bug1.json';
|
|
|
+import tempdata from '../data/车间执行看板x1.json';
|
|
|
|
|
|
class Factory extends React.Component {
|
|
|
|