api.js 143 B

123
  1. const { http } = uni.$u
  2. // 获取菜单
  3. export const fetchMenu = (params, config = {}) => http.post('/ebapi/public_api/index', params, config)