fix: 删除多余代码
This commit is contained in:
parent
f6659da1b8
commit
9b138b0e6c
|
@ -41,7 +41,6 @@ const handle = async (appId: string, url: string) => {
|
||||||
|
|
||||||
watchEffect(() => {
|
watchEffect(() => {
|
||||||
const matchedItem: any = route.matched?.[0]
|
const matchedItem: any = route.matched?.[0]
|
||||||
console.log('iframe', matchedItem?.meta?.isApp)
|
|
||||||
if (matchedItem?.meta?.isApp) {
|
if (matchedItem?.meta?.isApp) {
|
||||||
const params = route.path.split('/')?.[1];
|
const params = route.path.split('/')?.[1];
|
||||||
const url = route.path.split('/').slice(2).join('/');
|
const url = route.path.split('/').slice(2).join('/');
|
||||||
|
|
Loading…
Reference in New Issue