d3george / slash-admin

A modern react admin. It is based on react 18, vite and TypeScript. It's fast !
https://admin.slashspaces.com/
MIT License
1.49k stars 218 forks source link

导航栏的菜单配置需要文档说明 #27

Closed changan29 closed 4 months ago

changan29 commented 7 months ago

不清楚如何增删默认的导航菜单, 定制化配置需要文档说明

moweiwei commented 7 months ago

const pages = import.meta.glob('/src/pages/*/.tsx'); 文件路由,文件名结构就是路由结构

wdskdl commented 6 months ago

为什么我修改了order之后顺序还是没有变呢

d3george commented 6 months ago

为什么我修改了order之后顺序还是没有变呢

你在哪里修改的order