ludc
2024-11-21 f73b93ad250ca4387b16aae224abc2c4c083f84f
Source/plt-web/plt-web-ui/src/router/avue-router.js
@@ -182,7 +182,7 @@
          meta: meta,
          redirect: (() => {
            // 第一次进来但是没有子路由的 需要添加redirect
            if (!isChild && first && !isURL(path)) return `${path}/index`
            if (!isChild && first && !isURL(path)) return `/${code}/index`
            else return '';
          })(),
          // 整理子路由的route 配置