yangfeng
2023-12-19 dabc570f5623cd45b58b2b65569ec4145709446e
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")