fix
This commit is contained in:
@@ -1,43 +1,4 @@
|
||||
import { DEFAULT_LAYOUT } from '../base'
|
||||
import { AppRouteRecordRaw } from '../types'
|
||||
import type { AppRouteRecordRaw } from '../types'
|
||||
|
||||
const REMOTE: AppRouteRecordRaw = {
|
||||
// path: '/dc',
|
||||
// name: 'DC',
|
||||
// component: DEFAULT_LAYOUT,
|
||||
// meta: {
|
||||
// locale: 'menu.dc',
|
||||
// requiresAuth: true,
|
||||
// icon: 'icon-desktop',
|
||||
// order: 99,
|
||||
// hideInMenu: true,
|
||||
// },
|
||||
// children: [
|
||||
// {
|
||||
// path: 'detail',
|
||||
// name: 'DCDetail',
|
||||
// component: () => import('@/views/ops/pages/dc/detail/index.vue'),
|
||||
// meta: {
|
||||
// locale: 'menu.dc.detail',
|
||||
// requiresAuth: true,
|
||||
// roles: ['*'],
|
||||
// // is_full: true,
|
||||
// isNewTab: true,
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// path: 'remote',
|
||||
// name: 'DCRemote',
|
||||
// component: () => import('@/views/ops/pages/dc/remote/index.vue'),
|
||||
// meta: {
|
||||
// locale: 'menu.dc.remote',
|
||||
// requiresAuth: true,
|
||||
// roles: ['*'],
|
||||
// // is_full: true,
|
||||
// isNewTab: true,
|
||||
// },
|
||||
// },
|
||||
// ],
|
||||
}
|
||||
|
||||
export default REMOTE
|
||||
/** 占位:勿导出空对象 `{}`,否则会被当作一条无效路由加入 router,导致部分菜单匹配异常 */
|
||||
export default [] as AppRouteRecordRaw[]
|
||||
|
||||
Reference in New Issue
Block a user