ai-agent-m/typings/router.d.ts
2025-03-07 10:31:57 +08:00

11 lines
218 B
TypeScript

import 'uniapp-router-next'
declare module 'uniapp-router-next' {
// 扩展 RouteMeta
interface RouteMeta {
share?: boolean
auth?: boolean
white?: string
isTab?: boolean
}
}