初始版本
This commit is contained in:
10
app/config/oa-nav.ts
Normal file
10
app/config/oa-nav.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type OaNavItem = {
|
||||
key: string
|
||||
label: string
|
||||
to: string
|
||||
}
|
||||
|
||||
export const oaNav: OaNavItem[] = [
|
||||
{ key: 'oa-home', label: '概览', to: '/oa' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user