feat:跟新组织架构
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user