mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 12:13:43 +08:00
refactor(projects): 精简版+动态路由权限初步
This commit is contained in:
7
src/typings/common/router.d.ts
vendored
Normal file
7
src/typings/common/router.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'vue-router';
|
||||
|
||||
declare module 'vue-router' {
|
||||
interface RouteMeta extends AuthRoute.RouteMeta {
|
||||
title: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user