橙子
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/@core/preferences/src/use-preferences.ts
|
|
|
@ -136,7 +136,7 @@ function usePreferences() { |
|
|
|
}); |
|
|
|
|
|
|
|
/** |
|
|
|
* @zh_CN 登录注册页面布局是否为左侧 |
|
|
|
* @zh_CN 登录注册页面布局是否为右侧 |
|
|
|
*/ |
|
|
|
const authPanelRight = computed(() => { |
|
|
|
return appPreferences.value.authPageLayout === 'panel-right'; |
|
|
|
|