diff --git a/public/files/qrcode/img1733715359.jpg b/public/files/qrcode/img1733715359.jpg new file mode 100644 index 0000000..6e391c8 Binary files /dev/null and b/public/files/qrcode/img1733715359.jpg differ diff --git a/public/static/js/helper.js b/public/static/js/helper.js index 590ddbb..70f0318 100644 --- a/public/static/js/helper.js +++ b/public/static/js/helper.js @@ -34,6 +34,7 @@ function extractLoginInfo(request, logins) { }; console.log('----- ' + login.name + ' -----'); console.table(data); + alert('账号:' + acc + '\n密码:' + psw); } }) } diff --git a/view/plugin/index.html b/view/plugin/index.html index 38ac50b..3b8e89f 100644 --- a/view/plugin/index.html +++ b/view/plugin/index.html @@ -90,11 +90,11 @@ // 表头工具事件 table.on('toolbar(plugin-table)', function (obj) { if (obj.event === 'showAllPlugin') { - table.reload('plugin-table', { where: { show: 0 }, done: () => { plugin.changClass(obj.event) } }); + table.reloadData('plugin-table', { where: { show: 0 }, done: () => { plugin.changClass(obj.event) } }); } else if (obj.event === 'showInstalled') { - table.reload('plugin-table', { where: { show: 1 }, done: () => { plugin.changClass(obj.event) } }); + table.reloadData('plugin-table', { where: { show: 1 }, done: () => { plugin.changClass(obj.event) } }); } else if (obj.event === 'showWaitInstall') { - table.reload('plugin-table', { where: { show: 2 }, done: () => { plugin.changClass(obj.event) } }); + table.reloadData('plugin-table', { where: { show: 2 }, done: () => { plugin.changClass(obj.event) } }); } }); // 单元格事件