feat:跟新组织架构

This commit is contained in:
leilei
2025-09-24 17:51:19 +08:00
parent 293951a610
commit 121fc5ea19
22 changed files with 1418 additions and 13 deletions

View File

@@ -112,7 +112,8 @@ function requestNotificationPermission() {
onMounted(async () => {
try {
loginView.value = true
await getInfo("self");
const arr = await getInfo("self");
console.log(arr,'身份信息')
showLogin.value = false;
router.push({
path: '/whiteboard',