|
|
|
@ -440,7 +440,7 @@
|
|
|
|
const timeOut = document.getElementById("timeOut");
|
|
|
|
const timeOut = document.getElementById("timeOut");
|
|
|
|
const noTimeOut = document.getElementById("noTimeOut");
|
|
|
|
const noTimeOut = document.getElementById("noTimeOut");
|
|
|
|
const footerText = document.getElementById("footerText");
|
|
|
|
const footerText = document.getElementById("footerText");
|
|
|
|
footerText.textContent = `© ${new Date().getFullYear()} 人海科技 技术支持 `;
|
|
|
|
footerText.textContent = `© ${new Date().getFullYear()} 人海云平台 技术支持 `;
|
|
|
|
// http://127.0.0.1:5500/agencyGroupUserApply.html?inviteUserId=123&agencyId=456&agencyName=%E6%98%A5%E9%9B%B7%E4%BA%BA%E5%8A%9B&agencyFullName=%E6%98%A5%E9%9B%B7&expirationTimestamp=13123123123123
|
|
|
|
// http://127.0.0.1:5500/agencyGroupUserApply.html?inviteUserId=123&agencyId=456&agencyName=%E6%98%A5%E9%9B%B7%E4%BA%BA%E5%8A%9B&agencyFullName=%E6%98%A5%E9%9B%B7&expirationTimestamp=13123123123123
|
|
|
|
const url = window.location.href;
|
|
|
|
const url = window.location.href;
|
|
|
|
let urlParams = getUrlParams(url);
|
|
|
|
let urlParams = getUrlParams(url);
|
|
|
|
|