Commit 84559995 authored by 邓晓峰's avatar 邓晓峰

chore: 升级kit_global_config

parent a2bd1416
Pipeline #40653 passed with stages
in 6 minutes 15 seconds
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",
"js-base64": "^3.5.2", "js-base64": "^3.5.2",
"js-cookie": "^2.2.1", "js-cookie": "^2.2.1",
"kit_global_config": "^1.0.38", "kit_global_config": "^1.0.37",
"kit_logger": "^1.0.2", "kit_logger": "^1.0.2",
"kit_utils": "^1.3.11", "kit_utils": "^1.3.11",
"lodash": "4.17.11", "lodash": "4.17.11",
......
...@@ -24,7 +24,7 @@ import { history } from '@wisdom-utils/runtime'; ...@@ -24,7 +24,7 @@ import { history } from '@wisdom-utils/runtime';
import ErrorBoundary from './components/ErrorBoundary'; import ErrorBoundary from './components/ErrorBoundary';
// import themePluginConfig from '../config/themePluginConfig'; // import themePluginConfig from '../config/themePluginConfig';
import { appService } from './api'; import { appService } from './api';
import { updateTheme } from './common/helpers/settingColor'; // import { updateTheme } from './common/helpers/settingColor';
import Container from './components/Container'; import Container from './components/Container';
import configureStore from './configureStore'; import configureStore from './configureStore';
import App from './containers/App'; import App from './containers/App';
...@@ -34,7 +34,7 @@ import { initMicroApps } from './micro'; ...@@ -34,7 +34,7 @@ import { initMicroApps } from './micro';
import { initGlobalConfig } from './initConfig' import { initGlobalConfig } from './initConfig'
import './utils/event'; import './utils/event';
import Cookies from 'js-cookie'; // import Cookies from 'js-cookie';
// eslint-disable-next-line no-restricted-globals // eslint-disable-next-line no-restricted-globals
const namespace = `__PANDA_STORE__${location.hostname}`; const namespace = `__PANDA_STORE__${location.hostname}`;
window.createStoreage = new Storeage(namespace); window.createStoreage = new Storeage(namespace);
......
import { objectPattern } from '@babel/types'; // import { objectPattern } from '@babel/types';
import 'kit_logger'; import 'kit_logger';
import _ from 'lodash'; import _ from 'lodash';
import { import {
......
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