|
@@ -13,7 +13,7 @@ import {Notify} from '@commonComp';
|
|
|
import {getInitModules} from '@store/async-actions/homePage.js';
|
|
|
import {SHOW_REFER_RECORD} from '@store/types/diagnosticList';
|
|
|
|
|
|
-function mapStateToProps(state) {
|
|
|
+function mapStateToProps(state) {//console.log(state)
|
|
|
const {mainSuit,homePage,diagnosticList} = state;
|
|
|
return {
|
|
|
showDrop:mainSuit.showDrop,//用于更新
|