|
@@ -10,8 +10,6 @@ import './styles/index.scss';
|
|
|
import DictSelection from '@/components/Dict/DictSelection';
|
|
import DictSelection from '@/components/Dict/DictSelection';
|
|
|
import { registerMicroApps, start, setDefaultMountApp } from 'qiankun';
|
|
import { registerMicroApps, start, setDefaultMountApp } from 'qiankun';
|
|
|
import microApps from './micro-app';
|
|
import microApps from './micro-app';
|
|
|
-import paramsDataMixins from './mixins/paramsDataMixins';
|
|
|
|
|
-Vue.mixin(paramsDataMixins);
|
|
|
|
|
// // register globally
|
|
// // register globally
|
|
|
import '@/icons';
|
|
import '@/icons';
|
|
|
|
|
|