mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 新增多页签缓存功能
This commit is contained in:
@ -104,6 +104,10 @@ const themeStore = defineStore({
|
||||
handleMultiTabMode(mode: MultiTabMode) {
|
||||
this.multiTabStyle.mode = mode;
|
||||
},
|
||||
/** 设置多页签缓存 */
|
||||
handleSetMultiTabCache(isCache: boolean) {
|
||||
this.multiTabStyle.isCache = isCache;
|
||||
},
|
||||
/** 设置面包屑的显示 */
|
||||
handleCrumbsVisible(visible: boolean) {
|
||||
this.crumbsStyle.visible = visible;
|
||||
|
Reference in New Issue
Block a user