diff --git a/docs/app-win/index.js b/docs/app-win/index.js index 60a5ba61..aa285413 100644 --- a/docs/app-win/index.js +++ b/docs/app-win/index.js @@ -1,8 +1,5 @@ const urlParams = new URLSearchParams(window.location.search); -if (urlParams.has('auth')) { - let auth = urlParams.get('auth') - //delete search param -} +let auth = urlParams.get('auth') var app = new Vue({ el: "#app",