修改降雨栅格图显示逻辑

This commit is contained in:
wzy-warehouse
2026-05-18 21:08:43 +08:00
parent 532648ebd8
commit 133cf6d9a7
10 changed files with 157 additions and 48 deletions
+2 -2
View File
@@ -183,7 +183,7 @@ export const useStatusStore = defineStore('status', () => {
/** 显示降雨栅格 */
showRainfallGrid: {
show: false,
loading: true,
loading: false,
},
});
@@ -320,7 +320,7 @@ export const useStatusStore = defineStore('status', () => {
// 气象图层显示状态重置
weatherLayers.showRainfallGrid = {
show: false,
loading: true,
loading: false,
};
// 功能显示状态重置