添加步骤条
This commit is contained in:
@@ -40,6 +40,10 @@ export const useStatusStore = defineStore('status', () => {
|
||||
show: true,
|
||||
loading: true,
|
||||
},
|
||||
stepBar: {
|
||||
show: false,
|
||||
loading: true,
|
||||
},
|
||||
});
|
||||
|
||||
// ============================ 地图图层显示状态 ================================
|
||||
|
||||
Reference in New Issue
Block a user