Files
likeadmin_java/uniapp/typings/router.d.ts
2024-10-10 14:11:00 +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
}
}