Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lampo1024 committed May 12, 2019
1 parent 4a944b8 commit e31ff01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DncZeus.App/src/directive/hasPermission.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const hasPermission = {
install(Vue, options) {
Vue.directive('can', {
bind(el, binding, vnode) {
console.log("router check:",vnode.context.$route);
let checkPermission = vnode.context.$route.meta.checkPermission;
if (!checkPermission) {
return;
Expand Down

0 comments on commit e31ff01

Please sign in to comment.