zuozhengqing
2023-12-14 9e007f676d0e55c4bf0cc2a78bc7dc96be188d50
src/router/index.js
@@ -136,7 +136,6 @@
  }
}
router.beforeEach(async (to, from, next) => {
  console.log(to,from,"看看")
  try {
    const result = await hasPermission(to.path);
    console.log(result,"result")