import request from '@/utils/request' // 查询节点 export function getBoNodeListByType(boType) { return request({ url: '/mk/bo/node/type/' + boType, method: 'get' }) }