Skip to content

Commit

Permalink
移除 // debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
daxiongYang committed May 2, 2018
1 parent fc25d77 commit 9f81f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const router = new Router({
})

router.beforeEach((to, from, next) => {
// debugger
// 添加动态(菜单)路由
// 1. 已经添加 or 全局路由, 直接访问
// 2. 获取菜单列表, 添加并保存本地存储
Expand Down

0 comments on commit 9f81f81

Please sign in to comment.