带参数路由菜单 - xinwu-yang/cube-java GitHub Wiki
什么是带参数菜单? 就是菜单URL是动态的,带有参数,根据参数不同页面不同的渲染效果。
动态路由的配置(路由)
- 菜单URL示例
/online/cgreport/:code
- 菜单类型是否路由: 选择是
具体菜单配置(非路由)
- 菜单URL示例
/online/cgreport/87b55a515d3441b6b98e48e5b35474a6
- 菜单的路由类型设置为非路由(很重要)
什么是带参数菜单? 就是菜单URL是动态的,带有参数,根据参数不同页面不同的渲染效果。
/online/cgreport/:code
/online/cgreport/87b55a515d3441b6b98e48e5b35474a6