|
@@ -133,7 +133,7 @@ const searchHandler = async (_params) => {
|
|
}
|
|
}
|
|
|
|
|
|
let convertRes = await convertUrl({ params: { originUrl: siteUrl.value } });
|
|
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();
|
|
loadingHide();
|
|
clearTimeout(timer);
|
|
clearTimeout(timer);
|