提交 79fc4b6d authored 作者: 王鹏飞's avatar 王鹏飞

chore update

上级 023f3621
const modules = Object.values(import.meta.globEager('./**/index.js'))
const modules = Object.values(import.meta.glob('./**/index.js', { eager: true }))
export default function ({ router }) {
modules.forEach(({ routes }) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论