We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vben Admin V5
export const overridesPreferences = defineOverridesPreferences({ // overrides app: { name: import.meta.env.VITE_APP_TITLE, enableRefreshToken: true, // 启用token刷新 }, breadcrumb: { styleType: 'background', }, copyright: { enable: false, companyName: '', companySiteLink: '', date: '', }, footer: { enable: false, }, theme: { mode: 'light', radius: '0.25', builtinType: 'deep-green', // 内置主题设置 semiDarkSidebar: true, }, transition: { name: 'fade', }, })
偏好设置
errorMessageResponseInterceptor 拦截器
authenticateResponseInterceptor 拦截器
无
System: OS: macOS 15.4.1 CPU: (14) arm64 Apple M3 Max Memory: 122.42 MB / 36.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 136.0.7103.93
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
Vben Admin V5
Describe the bug?
问题描述
问题1: 其中 app.theme.builtinType 设置默认初始状态下在
偏好设置
面板中生效了,页面内未生效(需要在偏好设置
面板中手动切换一下才生效)问题2: token 过期的处理
errorMessageResponseInterceptor 拦截器
处理这个逻辑authenticateResponseInterceptor 拦截器
中实现Reproduction
无
System Info
Relevant log output
Validations
The text was updated successfully, but these errors were encountered: