疯狂的狮子Li
2023-03-27 aa29f1cec531cd394618b06a0e99ef253a91a8fa
ruoyi-ui/src/api/menu.js
@@ -3,7 +3,7 @@
// 获取路由
export const getRouters = () => {
  return request({
    url: '/getRouters',
    url: '/system/menu/getRouters',
    method: 'get'
  })
}
}