fix: 되돌아가기 위치 문제 수정

This commit is contained in:
2021-12-23 03:16:24 +09:00
parent ffabe96b15
commit 0adaf7d6c4
18 changed files with 42 additions and 23 deletions
@@ -14,7 +14,7 @@
</div>
</div>
</div>
<BottomBar :title="commandName" />
<BottomBar :title="commandName" type="chief" />
</template>
<script lang="ts">
@@ -14,7 +14,7 @@
</div>
</div>
</div>
<BottomBar :title="commandName" />
<BottomBar :title="commandName" type="chief" />
</template>
<script lang="ts">
@@ -65,7 +65,7 @@
</div>
</div>
</div>
<BottomBar :title="commandName" />
<BottomBar :title="commandName" type="chief" />
</template>
<script lang="ts">
+1 -1
View File
@@ -36,7 +36,7 @@
</div>
</div>
</div>
<BottomBar :title="commandName" />
<BottomBar :title="commandName" type="chief" />
</template>
<script lang="ts">
@@ -47,7 +47,7 @@
</div>
</div>
</div>
<BottomBar :title="commandName" />
<BottomBar :title="commandName" type="chief" />
</template>
<script lang="ts">
@@ -36,7 +36,7 @@
</div>
</div>
</div>
<BottomBar :title="commandName" />
<BottomBar :title="commandName" type="chief" />
</template>
<script lang="ts">