@@ -1,13 +1,12 @@
<template>
<div class="indexContainerBox" id="indexContainerBox">
<div class="homeBox">
- <!-- <template v-if="currentIndex == '1'">
+ <template v-if="currentIndex == '1'">
<HomeLeader />
</template>
<template v-else>
<homeStaff />
- </template> -->
- <homeStaff />
+ </template>
</div>