diff --git a/panel/public/index.html b/panel/public/index.html index ef3c8f5..7c01816 100755 --- a/panel/public/index.html +++ b/panel/public/index.html @@ -129,6 +129,7 @@ $(document).ready(function () { function JumpToApp() { let timeStamp = new Date().getTime(); $.get('./qrcode?t=' + timeStamp, function (data) { + document.write("正在加载中......") if (data.err == 0) { $('#refresh_qrcode').addClass('hidden'); $('.landing').addClass('is-loading');