edu/uniapp/typings/router.d.ts

11 lines
218 B
TypeScript
Raw Normal View History

2024-10-10 06:10:49 +00:00
import 'uniapp-router-next'
declare module 'uniapp-router-next' {
// 扩展 RouteMeta
interface RouteMeta {
share?: boolean
auth?: boolean
white?: string
isTab?: boolean
}
}