Files
anmo/uniapp/typings/router.d.ts
2025-08-19 14:16:51 +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
}
}