Files
front/src/router/routes/modules/remote.ts
2026-03-21 17:53:40 +08:00

5 lines
217 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import type { AppRouteRecordRaw } from '../types'
/** 占位:勿导出空对象 `{}`,否则会被当作一条无效路由加入 router导致部分菜单匹配异常 */
export default [] as AppRouteRecordRaw[]