This commit is contained in:
lcw
2025-09-15 20:55:33 +08:00
parent 3a34e83826
commit fa45f28c0b
15 changed files with 775 additions and 195 deletions

View File

@ -11,7 +11,6 @@ const loginDialog = ref(false);
const deptList = ref([]);
const store = useStore();
function redirectAuth() {
let token = location.hash.slice(20) || null;
if (token != null) {
token = token.replace(/\ +/g, "");