1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 15:01:23 +08:00

Added show staff name

This commit is contained in:
2023-05-19 15:06:37 +08:00
parent 16aec9e91e
commit 9f51661caa
6 changed files with 81 additions and 35 deletions

View File

@@ -198,9 +198,7 @@ export default {
}
},
mounted() {
getUsername().then((res) => {
this.username = res.toString()
})
this.username = getUsername()
}
}
</script>