This commit is contained in:
lcw
2025-12-05 21:36:34 +08:00
parent 64ab9fc44c
commit b39387c4ed
97 changed files with 3342 additions and 298 deletions

View File

@ -17,9 +17,10 @@ import {
const loginDialog = ref(false);
const deptList = ref([]);
const store = useStore();
console.log("路由6");
// 处理页面可见性变化的函数
const handleVisibilityChange = () => {
console.log("页面可见性变化");
// 获取会话信息 - 带上所有cookies
fetch('https://pcs.lz.dsj.xz:9020/getSession', {
method: 'GET',