Browse Source

fix: 首页修改

Sunny ma 1 year ago
parent
commit
89c82686c8
1 changed files with 2 additions and 3 deletions
  1. 2 3
      client/src/views/OaSystem/home/index.vue

+ 2 - 3
client/src/views/OaSystem/home/index.vue

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