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
修改文件内容如下:
//文件目录 src\app\@shared\layouts\da-layout\default-layout.config.ts import { DaLayoutConfig } from './da-layout.type'; import { WIDE_LAYOUT_CONFIG ,WATERFALL_LAYOUT_CONFIG,TOP_NAV_LAYOUT_CONFIG, COMMON_LAYOUT_CONFIG } from './da-layout.config' export const DEFAULT_LAYOUT_CONFIG: DaLayoutConfig = COMMON_LAYOUT_CONFIG; //{ // id: 'leftRight', // mode: 'sidebarTop', // header: { // fixed: true, // firHeader: { // height: 60 // }, // secHeader: { // hidden: true // }, // hidden: false // }, // sidebar: { // fixed: true, // firSidebar: { // width: 240 // }, // secSidebar: { // hidden: true // }, // hidden: false // }, // footer: { // hidden: false // }, // hideLogo: false // };
看起来是项目启动后会把这部分配置吃到浏览器的 Local Storage,但是刷新页面并没有重新去reload 这个配置。
The text was updated successfully, but these errors were encountered:
是的我们会再localStorage里保存当前的布局,如果直接修改的话需要清除缓存再刷新生效,代码中有提供 updateLayoutConfig 可以修改布局,后续我们优化一下
Sorry, something went wrong.
No branches or pull requests
修改文件内容如下:
看起来是项目启动后会把这部分配置吃到浏览器的 Local Storage,但是刷新页面并没有重新去reload 这个配置。
The text was updated successfully, but these errors were encountered: