yusheng 1 月之前
父节点
当前提交
21d19e811c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>