将周边分析的按钮功能和搜索功能进行拆分化设计
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user