From 0cefe3a531d1d44c6317efd8abfa9bfabeb38ea4 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 21 Dec 2020 11:17:53 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=9A=E7=BA=A7?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E4=B9=8B=E9=97=B4=E5=88=87=E6=8D=A2=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=BC=93=E5=AD=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/permission.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js index 1f62c99..1110f74 100644 --- a/src/store/modules/permission.js +++ b/src/store/modules/permission.js @@ -62,7 +62,6 @@ function filterChildren(childrenMap) { } children.push(c) }) - childrenMap.splice(index, 1) return } } From bdfce639e5365348d4cddcf2bf386bb59be5bd3a Mon Sep 17 00:00:00 2001 From: zhengjie <201507802@qq.com> Date: Thu, 24 Dec 2020 16:07:02 +0800 Subject: [PATCH 2/4] =?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) { From 02b5ce18e1f49181a12e64b5b83764e225067f4b Mon Sep 17 00:00:00 2001 From: zhengjie <201507802@qq.com> Date: Thu, 24 Dec 2020 16:32:07 +0800 Subject: [PATCH 3/4] =?UTF-8?q?[=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96](v2.6?= =?UTF-8?q?)=EF=BC=9A=E4=BC=98=E5=8C=96=E5=A4=9A=E7=BA=A7=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E4=B9=8B=E9=97=B4=E5=88=87=E6=8D=A2=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/permission.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js index 1110f74..1f62c99 100644 --- a/src/store/modules/permission.js +++ b/src/store/modules/permission.js @@ -62,6 +62,7 @@ function filterChildren(childrenMap) { } children.push(c) }) + childrenMap.splice(index, 1) return } } From 15607a368ae7c1f06e642c5619eecc8141fdb471 Mon Sep 17 00:00:00 2001 From: zhengjie <201507802@qq.com> Date: Thu, 24 Dec 2020 16:47:32 +0800 Subject: [PATCH 4/4] =?UTF-8?q?[=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96](v2.6?= =?UTF-8?q?)=EF=BC=9A=E4=BC=98=E5=8C=96=E5=A4=9A=E7=BA=A7=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E4=B9=8B=E9=97=B4=E5=88=87=E6=8D=A2=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/permission.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js index 1f62c99..1110f74 100644 --- a/src/store/modules/permission.js +++ b/src/store/modules/permission.js @@ -62,7 +62,6 @@ function filterChildren(childrenMap) { } children.push(c) }) - childrenMap.splice(index, 1) return } }