Commit 51664ab6 authored by 邓晓峰's avatar 邓晓峰

fix: initMicroApp load config

parent 4724a241
Pipeline #27180 skipped with stages
...@@ -9,7 +9,7 @@ import { ...@@ -9,7 +9,7 @@ import {
start, start,
} from 'qiankun'; } from 'qiankun';
import { genActiveRule } from '../config/micor'; import micorConfig, { genActiveRule } from '../config/micor';
import pkg from '../package.json'; import pkg from '../package.json';
import { actionCreators } from './containers/App/store'; import { actionCreators } from './containers/App/store';
import { FILTER_FOLER_REG } from './utils/constants'; import { FILTER_FOLER_REG } from './utils/constants';
......
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