From 7043521eaa30e5ef3fa36ed6265012fba193cab9 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 20 Apr 2022 22:40:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=97=B0=EA=B0=90=20=EC=A7=80=EB=8F=84?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PageHistory.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"