This commit is contained in:
Teo
2025-09-09 09:40:08 +08:00
parent 910b24019e
commit 4cd7efcfe4
34 changed files with 1898 additions and 71 deletions

View File

@ -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'