5 lines
217 B
TypeScript
5 lines
217 B
TypeScript
import type { AppRouteRecordRaw } from '../types'
|
||
|
||
/** 占位:勿导出空对象 `{}`,否则会被当作一条无效路由加入 router,导致部分菜单匹配异常 */
|
||
export default [] as AppRouteRecordRaw[]
|