wangting
2024-12-30 b4f0454f9d0e2fa885a8659a4239d426db48a83a
Source/plt-web/plt-web-ui/src/permission.js
@@ -27,7 +27,7 @@
         })
       } 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.target) {