@@ -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);