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