+
liuyg
2021-11-23 8a7e109e81db2078e49fa3e700c4469e04e71320
src/api/logs.js
@@ -62,3 +62,13 @@
  })
}
export const geterweima = (type) => {
  return request({
    url: '/api/blade-resource/attach/detail',
    method: 'get',
    params: {
      type,
    }
  })
}