Files
zyt/uniapp/typings/router.d.ts
T
2026-03-01 14:17:59 +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
}
}