소스 검색

[fix] 修复appId

wenliming 2 년 전
부모
커밋
c22726c9f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/iframe/publish/tool-box/child/editor.vue

+ 1 - 1
src/view/iframe/publish/tool-box/child/editor.vue

@@ -133,7 +133,7 @@ const searchHandler = async (_params) => {
   }
 
   let convertRes = await convertUrl({ params: { originUrl: siteUrl.value } });
-  let params = { convertUrl: siteUrl.value, originUrl: siteUrl.value, appId: '', currentApp };
+  let params = { convertUrl: siteUrl.value, originUrl: siteUrl.value, appId: currentApp.appId, linkImagePath: currentApp.linkImagePath, currentApp };
 
   loadingHide();
   clearTimeout(timer);