fix: 修复点击退出图标确认后不能退出 && 图标排序等数组字段需顺序敏感比较 (#8179)

* chore: 调整 sortablejs 的位置,只在用到的模块引入

* fix: non-null assertion lint error

* fix: 修复点击退出图标确认后不能退出

* fix: 图标排序等数组字段需顺序敏感比较

* feat: 配置中增加 refresh 并统一位置
This commit is contained in:
xingyu
2026-07-22 17:44:10 +08:00
committed by GitHub
parent 899910547f
commit 6b6708bcf2
12 changed files with 663 additions and 595 deletions

View File

@@ -239,8 +239,11 @@ onBeforeMount(() => {
<template>
<BasicLayout
:avatar
:text="userStore.userInfo?.realName"
@clear-preferences-and-logout="handleLogout"
@click-logo="handleClickLogo"
@logout="handleLogout"
>
<template #user-dropdown>
<UserDropdown