Commit 4e9961dc authored by 邓晓峰's avatar 邓晓峰

fix: 过滤DataPresentation

parent 210663b1
Pipeline #48961 passed with stages
in 2 minutes 12 seconds
......@@ -135,8 +135,7 @@ export const initMicroApps = () => {
scopedCSS: true,
prefetch: 'all',
async fetch(url, ...args) {
if (url === 'https://qiankun.umijs.org/zh/guide') {
console.log(url)
if (url.indexOf('/cookie/flash.js') > -1) {
return {
async text() {
return '';
......
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