yusheng há 5 dias atrás
pai
commit
21d19e811c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/home/index.vue

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

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <yuxin v-if="$hasPermission('eam:yuxin:home')"></yuxin>
+    <yuxin v-if="$hasPermission('pcs:yuxin:home')"></yuxin>
 
     <common v-else></common>
   </div>