modelApi.js 150 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 import { get } from '../utils/http' // 查询所有模型类型 export function getAttrtype(params) { return get('/ModelAttrRule/all', params) }