mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 11:13:42 +08:00
feat(ui): 无权限判断
This commit is contained in:
10
new-ui/projects/admin/env.d.ts
vendored
10
new-ui/projects/admin/env.d.ts
vendored
@@ -5,13 +5,5 @@ 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;
|
||||
declare const __AUTH_KEY: string;
|
||||
|
||||
Reference in New Issue
Block a user