初始版本
This commit is contained in:
10
staff_uniapp/typings/router.d.ts
vendored
Normal file
10
staff_uniapp/typings/router.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'uniapp-router-next'
|
||||
declare module 'uniapp-router-next' {
|
||||
// 扩展 RouteMeta
|
||||
interface RouteMeta {
|
||||
share?: boolean
|
||||
auth?: boolean
|
||||
white?: string
|
||||
isTab?: boolean
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user