update 重构 与cloud版本统一接口路径

This commit is contained in:
疯狂的狮子li
2023-03-15 15:52:39 +08:00
parent b14fa6e12f
commit 0ad45df788
10 changed files with 71 additions and 107 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ import request from '@/utils/request'
// 获取路由
export const getRouters = () => {
return request({
url: '/getRouters',
url: '/system/menu/getRouters',
method: 'get'
})
}
}