Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next

This commit is contained in:
dap
2026-01-26 18:50:23 +08:00
68 changed files with 1850 additions and 286 deletions

View File

@@ -63,8 +63,9 @@ class PreferenceManager {
/**
* 初始化偏好设置
* @param namespace - 命名空间,用于隔离不同应用的配置
* @param overrides - 要覆盖的偏好设
* @param options - 初始化配置
* @param options.namespace - 命名空间,用于隔离不同应用的配
* @param options.overrides - 要覆盖的偏好设置
*/
initPreferences = async ({ namespace, overrides }: InitialOptions) => {
// 防止重复初始化

View File

@@ -135,7 +135,7 @@ function usePreferences() {
});
/**
* @zh_CN 登录注册页面布局是否为
* @zh_CN 登录注册页面布局是否为
*/
const authPanelRight = computed(() => {
return appPreferences.value.authPageLayout === 'panel-right';