fix: 删除多余代码

This commit is contained in:
xieyonghong 2023-04-27 15:45:17 +08:00
parent f6659da1b8
commit 9b138b0e6c
1 changed files with 0 additions and 1 deletions

View File

@ -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('/');