Commit dd7d5813 authored by baixian's avatar baixian

优化

parents 924ad6cf cd18f742
......@@ -18,5 +18,5 @@
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="/dist/main.717286.js"></script></body>
<script type="text/javascript" src="/dist/main.b020f1.js"></script></body>
</html>
\ No newline at end of file
......@@ -1118,6 +1118,9 @@ export default {
if (menus.find(ele => ele.id == 30)) {
menus.splice(menus.findIndex(ele => ele.id == 30), 1);
}
if (menus.find(ele => ele.id == 60)) {
menus.splice(menus.findIndex(ele => ele.id == 60), 1);
}
}
yield put({
type: 'updateState',
......
......@@ -133,7 +133,6 @@ class ClueImport extends React.Component {
},
},
];
console.log(userInfo, 'userInfo');
return (
<Modal
title="潜在学员信息导入"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment