release: update 3.9.3

This commit is contained in:
xiaoxian521
2022-12-04 18:00:16 +08:00
parent c6e25d6933
commit 132fbbade3
16 changed files with 82 additions and 41 deletions

View File

@@ -51,7 +51,11 @@ watch(
</script>
<template>
<div v-if="device !== 'mobile'" class="horizontal-header">
<div
v-if="device !== 'mobile'"
class="horizontal-header"
v-loading="usePermissionStoreHook().wholeMenus.length === 0"
>
<el-menu
router
ref="menuRef"
@@ -124,6 +128,9 @@ watch(
</template>
<style lang="scss" scoped>
:deep(.el-loading-mask) {
opacity: 0.45;
}
.logout {
max-width: 120px;