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
圈中的网站标题建议修改为接口获取标题动态修改,现在的取的缓存,接口赋值无法自动更新
No response
The text was updated successfully, but these errors were encountered:
以及logo也建议从接口获取
Sorry, something went wrong.
大多数情况下,这两个地方应该是固定的。但如果你要动态修改本来就是可以的。
import { updatePreferences } from '@vben/preferences'; // 设置系统名称以及LOGO updatePreferences({ app: { name: 'Vben Admin Pro', }, logo: { source: 'https://unpkg.com/@vbenjs/static-source@0.1.7/source/avatar-v1.webp', }, });
No branches or pull requests
Version
Vben Admin V5
Description
Proposed Solution
圈中的网站标题建议修改为接口获取标题动态修改,现在的取的缓存,接口赋值无法自动更新
Alternatives Considered
No response
Additional Context
No response
Validations
The text was updated successfully, but these errors were encountered: