mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 18:53:43 +08:00
feat(ui): 新增系统分类菜单
This commit is contained in:
8
new-ui/projects/admin/env.d.ts
vendored
8
new-ui/projects/admin/env.d.ts
vendored
@@ -5,5 +5,13 @@ declare module "*.vue" {
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
}
|
||||
import 'vue-router'
|
||||
declare module 'vue-router' {
|
||||
interface RouteMeta {
|
||||
title?: string
|
||||
icon?: any
|
||||
permission?: boolean | string | string[]
|
||||
}
|
||||
}
|
||||
|
||||
declare const __AUTH_KEY: string;
|
||||
Reference in New Issue
Block a user