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

fix: 修复智联首页无法加载

parent c4d1b9bd
This diff was suppressed by a .gitattributes entry.
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
"pinyin-match": "^1.1.1", "pinyin-match": "^1.1.1",
"promise.prototype.finally": "^3.1.2", "promise.prototype.finally": "^3.1.2",
"prop-types": "15.7.2", "prop-types": "15.7.2",
"qiankun": "^2.4.6", "qiankun": "^2.5.1",
"qrcode.react": "^1.0.0", "qrcode.react": "^1.0.0",
"react": "16.12.0", "react": "16.12.0",
"react-dom": "16.12.0", "react-dom": "16.12.0",
......
...@@ -110,7 +110,7 @@ export const initMicroApps = (loader, store) => { ...@@ -110,7 +110,7 @@ export const initMicroApps = (loader, store) => {
experimentalStyleIsolation: false, experimentalStyleIsolation: false,
loose: true, loose: true,
}, },
singular: false, singular: true,
scopedCSS: true, scopedCSS: true,
prefetch: 'all', prefetch: 'all',
// eslint-disable-next-line no-underscore-dangle // eslint-disable-next-line no-underscore-dangle
......
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