feat: 세력장수 장수명, 아이콘 클릭시 감찰부

This commit is contained in:
2022-04-08 01:29:57 +09:00
parent 3b887598da
commit b1408cd9f3
3 changed files with 31 additions and 2 deletions
+6
View File
@@ -10,6 +10,8 @@
:toolbarID="toolbarID"
role="pageNationGeneral"
:height="'fill'"
:availableGeneralClick="true"
@generalClick="openBattleCenter"
/>
<!--<BottomBar />-->
</BContainer>
@@ -93,6 +95,10 @@ async function reload() {
}
}
function openBattleCenter(generalID: number){
window.open(`b_battleCenter.php?gen=${generalID}`)
}
onMounted(async () => {
await reload();
});