ruoyi-geek-App/pages_template/common/api.js

4 lines
143 B
JavaScript
Raw Normal View History

2025-11-24 14:57:53 +00:00
const { http } = uni.$u
// 获取菜单
export const fetchMenu = (params, config = {}) => http.post('/ebapi/public_api/index', params, config)