This commit is contained in:
qsh
2024-08-01 18:41:37 +08:00
parent feccb2a1fa
commit 605151c5c8
17 changed files with 143 additions and 137 deletions

View File

@@ -96,7 +96,7 @@ const chars = computed(() => {
return text.slice(0, currentCharIndex.value)
})
function init() {
async function init() {
const res = currentRoute.value?.query?.tenantId
authUtil.setTenantId(res)