|
@@ -124,7 +124,7 @@ const menu2 = ref([
|
|
|
{ name: '大风灾害', icon: 'wind', url: 'GaleDisaster' },
|
|
|
{ name: '森林火灾', icon: 'forestFire', url: 'ForestFireWarn' },
|
|
|
{ name: '台风实况', icon: 'typhoon', url: 'TyphoonPath' },
|
|
|
- { name: "水文监测", icon: "hydrology", url: "" }
|
|
|
+ { name: '水文监测', icon: 'hydrology', url: 'HydrologicalMonitor' },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -132,7 +132,7 @@ const menu2 = ref([
|
|
|
children: [
|
|
|
{ name: "自然灾害", icon: "nature", url: "" },
|
|
|
{ name: "事故灾害", icon: "accident", url: "" },
|
|
|
- { name: "城市事件", icon: "city", url: "" }
|
|
|
+ { name: "城市应急事件专题", icon: "city", url: "CityEmergencyEvent" }
|
|
|
]
|
|
|
}
|
|
|
]);
|
|
@@ -372,7 +372,7 @@ onMounted(() => {
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- width: 20%;
|
|
|
+ min-width: 20%;
|
|
|
font-size: 12px;
|
|
|
.icon {
|
|
|
width: 32px;
|