src/router/index.js
@@ -151,7 +151,12 @@ console.log(result,"result") next(); if (!isSkip) { next('/noData') console.log(to,"看看to") if(to.path==="/overview/overviewList"){ next(); }else{ next('/noData') } } } catch (error) { console.error('Error in navigation guard:', error);