Zlpt_Portal_h5/src/services/common/index.js

12 lines
216 B
JavaScript
Raw Normal View History

import { http } from '@/utils/http'
/**
* 获取装备分类
*/
export const getEquipmentTypeAPI = () => {
return http({
method: 'GET',
url: `/material-mall/maType/getEquipmentType`,
})
}