将周边分析的按钮功能和搜索功能进行拆分化设计

This commit is contained in:
2026-05-28 13:53:37 +08:00
parent 0b2c4ac6ed
commit 32d95f323f
14 changed files with 1331 additions and 18 deletions
+6
View File
@@ -195,6 +195,11 @@ export const useStatusStore = defineStore('status', () => {
},
});
/**
* 鼠标样式状态
*/
const cursorStyle = ref<string>('default');
/**
* 恢复默认值
*/
@@ -338,6 +343,7 @@ export const useStatusStore = defineStore('status', () => {
infrastructureLayers,
weatherLayers,
functionStatus,
cursorStyle,
reset,
resetScene,
};