06 2020 档案
摘要:项目中遇到单点登录这个问题,当点击链接的时候跳转到另一个系统中并实现自动登录进去,直接进去系统的页面 因为不同的系统涉及到跨域的问题,所以使用nginx来解决跨域的问题 先跳转到另一个系统的一个页面,在这个页面里实现登录操作再跳转到系统中我们需要的页面 还有一个问题就是登录的时候需要用户名和密码,用
阅读全文
摘要:var loginBase64 = window.btoa(login); var pwdBase64 = window.btoa(password); var loginBase64 = window.atob(login); var pwdBase64 = window.atob(passwor
阅读全文
摘要:https://www.cnblogs.com/shizqiang/p/5984783.html https://www.jb51.net/article/147092.htm getProgress(event) { event = event || window.event; this.perc
阅读全文
摘要:softwarePackFileChange() { const fileTypes = "exe,rar,zip"; const fileTypeArray = fileTypes.split(","); const softwarePackFile = $("#softwarePackFile"
阅读全文

浙公网安备 33010602011771号