diff --git a/assets/index.js b/assets/index.js index 7539c7fc..5994aec7 100644 --- a/assets/index.js +++ b/assets/index.js @@ -202,7 +202,7 @@ utools.onPluginEnter( async ({ code, type, payload }) => { } }, '输入名称或功能进行查询'); } catch(e) { - document.write(e); + $("#mainlist").html(e); } } });