guhongwei 1 year ago
parent
commit
73541c94f0
1 changed files with 1 additions and 1 deletions
  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>