Skip to content

Commit

Permalink
去掉调试alert
Browse files Browse the repository at this point in the history
  • Loading branch information
smallweis committed Mar 23, 2018
1 parent 2d2b3a8 commit 1d2e2bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/permission.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ router.afterEach((to, from) => {
setTimeout(() => {
const tag = store.getters.tag;
setTitle(tag.label);
alert(findMenuParent(tag));
store.commit('SET_TAG_CURRENT', findMenuParent(tag));
}, 0);
})

0 comments on commit 1d2e2bb

Please sign in to comment.