Commit 210663b1 authored by 邓晓峰's avatar 邓晓峰

fix: 过滤DataPresentation

parent 65883695
Pipeline #48960 passed with stages
in 2 minutes 29 seconds
......@@ -135,7 +135,8 @@ export const initMicroApps = () => {
scopedCSS: true,
prefetch: 'all',
async fetch(url, ...args) {
if (url.indexOf('cookie/flash.js') > -1) {
if (url === 'https://qiankun.umijs.org/zh/guide') {
console.log(url)
return {
async text() {
return '';
......@@ -150,6 +151,7 @@ export const initMicroApps = () => {
url.indexOf('framework/highcharts') !== -1 ||
// url.indexOf('framework/amap/AMap.UI') !== -1 ||
url.indexOf('framework/4.9/init.js') !== -1 ||
url.indexOf('DataPresentation.js') !== -1 ||
url.indexOf('jquery-mousewheel-easyui-qrcode-cookie-resize-filesaver-fisheye-dateFormat-gridify.js') !== -1 ||
url.indexOf('jquery') !== -1 ||
url.indexOf('components/filetools/xlsx.core.min') !== -1 ||
......
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