mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
perf: 修改工作区域默认配置展示逻辑
This commit is contained in:
@@ -19,8 +19,8 @@ export const useChartLayoutStore = defineStore({
|
||||
layers: true,
|
||||
// 图表组件
|
||||
charts: true,
|
||||
// 详情设置
|
||||
details: true
|
||||
// 详情设置(收缩为true)
|
||||
details: false
|
||||
},
|
||||
getters: {
|
||||
getLayers(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user