wangting
2024-12-26 c4e17e16e32f396432303270004883da6ac27161
Source/plt-web/plt-web-ui/src/permission.js
@@ -27,13 +27,9 @@
         })
       } else {
         const value = to.query.src || to.fullPath;
         const label = to.query.name || to.name;
         const label = to.query.name ||to.params.title|| to.name;
         const meta = to.meta || router.$avueRouter.meta || {};
         const i18n = to.query.i18n;
         if(to.query.name){
           //修改路由标题
           meta.title=to.query.name;
         }
         if (to.query.target) {
           window.open(value)
         } else if (meta.isTab !== false && !validatenull(value) && !validatenull(label)) {