mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): 优化路由导入页面写法,页面路由调整
This commit is contained in:
@ -3,7 +3,7 @@ import { BasicLayout } from '@/layouts';
|
||||
import MultiMenuFirstSecond from '@/views/multi-menu/first/second/index.vue';
|
||||
import { routeName, routePath, routeTitle } from '../constant';
|
||||
|
||||
const MULTI_MENU: RouteRecordRaw = {
|
||||
const multiMenu: RouteRecordRaw = {
|
||||
name: routeName('multi-menu'),
|
||||
path: routePath('multi-menu'),
|
||||
component: BasicLayout,
|
||||
@ -38,4 +38,4 @@ const MULTI_MENU: RouteRecordRaw = {
|
||||
]
|
||||
};
|
||||
|
||||
export default MULTI_MENU;
|
||||
export default multiMenu;
|
||||
|
Reference in New Issue
Block a user