From 0def707ae368f8211c4960d4630b135f02373a2c Mon Sep 17 00:00:00 2001 From: zhengjie <201507802@qq.com> Date: Thu, 24 Dec 2020 16:07:02 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96](v2.6)?= =?UTF-8?q?=EF=BC=9Aupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Permission/permission.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Permission/permission.js b/src/components/Permission/permission.js index 9aa9f67..9a6ba28 100644 --- a/src/components/Permission/permission.js +++ b/src/components/Permission/permission.js @@ -2,7 +2,6 @@ import store from '@/store' export default { inserted(el, binding) { - console.log(el, binding) const { value } = binding const roles = store.getters && store.getters.roles if (value && value instanceof Array) {