mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-21 12:48:57 +08:00
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next
This commit is contained in:
@@ -63,8 +63,9 @@ class PreferenceManager {
|
||||
|
||||
/**
|
||||
* 初始化偏好设置
|
||||
* @param namespace - 命名空间,用于隔离不同应用的配置
|
||||
* @param overrides - 要覆盖的偏好设置
|
||||
* @param options - 初始化配置项
|
||||
* @param options.namespace - 命名空间,用于隔离不同应用的配置
|
||||
* @param options.overrides - 要覆盖的偏好设置
|
||||
*/
|
||||
initPreferences = async ({ namespace, overrides }: InitialOptions) => {
|
||||
// 防止重复初始化
|
||||
|
||||
@@ -135,7 +135,7 @@ function usePreferences() {
|
||||
});
|
||||
|
||||
/**
|
||||
* @zh_CN 登录注册页面布局是否为左侧
|
||||
* @zh_CN 登录注册页面布局是否为右侧
|
||||
*/
|
||||
const authPanelRight = computed(() => {
|
||||
return appPreferences.value.authPageLayout === 'panel-right';
|
||||
|
||||
Reference in New Issue
Block a user