Bläddra i källkod

修改Notify报错

zhangxc 5 år sedan
förälder
incheckning
5a98cb8bcf
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/store/async-actions/fetchModules.js

+ 1 - 1
src/store/async-actions/fetchModules.js

@@ -3,7 +3,7 @@ import {SET,PRESET} from '@types/checkBody';
 import {SETDATA} from '@store/types/otherHistory';
 import {SETDATA} from '@store/types/otherHistory';
 import store from '@store';
 import store from '@store';
 import {getEMRParams,didPushParamChange,inspectAndAssist,fullfillText,checkFullfillText,deepClone,filterDataArr} from '@utils/tools';
 import {getEMRParams,didPushParamChange,inspectAndAssist,fullfillText,checkFullfillText,deepClone,filterDataArr} from '@utils/tools';
-import {Notify} from '@commonComp';
+import  Notify from '@commonComp/Notify';
 import {billing} from '@store/async-actions/pushMessage';
 import {billing} from '@store/async-actions/pushMessage';
 import {SETOTHERHISTORY,ISREAD} from "../types/homePage";
 import {SETOTHERHISTORY,ISREAD} from "../types/homePage";
 import config from "@config/index";
 import config from "@config/index";