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