new-ruoyi-geek/ruoyi-geek-app/pages_template/common/api.js

4 lines
143 B
JavaScript
Raw Normal View History

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