guhongwei 1 năm trước cách đây
mục cha
commit
73541c94f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/dock/index.vue

+ 1 - 1
src/views/dock/index.vue

@@ -2,7 +2,7 @@
   <div id="index">
     <el-row>
       <el-col :span="24" class="main animate__animated animate__backInRight" v-loading="loading">
-        <cAchieve v-if="user.type == '7'" :user="user"></cAchieve>
+        <cAchieve v-if="user.type == '7'"></cAchieve>
       </el-col>
     </el-row>
   </div>