上传
This commit is contained in:
@ -4,6 +4,8 @@ import { RouteRecordRaw } from 'vue-router';
|
||||
|
||||
// 获取路由
|
||||
export function getRouters(id: string): AxiosPromise<RouteRecordRaw[]> {
|
||||
console.log('🚀 ~ getRouters ~ id:', id);
|
||||
|
||||
return request({
|
||||
url: '/system/menu/getRouters/' + id,
|
||||
method: 'get'
|
||||
|
Reference in New Issue
Block a user