mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-28 00:10:18 +08:00
fix(projects): 修复页面滚动行为
This commit is contained in:
5
src/router/menus.ts
Normal file
5
src/router/menus.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { CustomRoute } from '@/interface';
|
||||
|
||||
export function transformRouteToMenu(routes: CustomRoute[]) {
|
||||
return routes;
|
||||
}
|
||||
Reference in New Issue
Block a user