diff --git a/hwe/ts/PageHistory.vue b/hwe/ts/PageHistory.vue index 5e44f5de..05b060b7 100644 --- a/hwe/ts/PageHistory.vue +++ b/hwe/ts/PageHistory.vue @@ -17,7 +17,7 @@ :serverID="queryServerID" :map-name="unwrap(gameConstStore?.gameConst.mapName)" :model-value="history.map" - :is-detail-map="false" + :is-detail-map="true" :city-position="cityPosition" :format-city-info="formatCityInfoText" :image-path="imagePath"