diff --git a/src/views/iframe/index.vue b/src/views/iframe/index.vue index e1dd005d..2d9f9d92 100644 --- a/src/views/iframe/index.vue +++ b/src/views/iframe/index.vue @@ -41,7 +41,6 @@ const handle = async (appId: string, url: string) => { watchEffect(() => { const matchedItem: any = route.matched?.[0] - console.log('iframe', matchedItem?.meta?.isApp) if (matchedItem?.meta?.isApp) { const params = route.path.split('/')?.[1]; const url = route.path.split('/').slice(2).join('/');