钟日健
2022-03-19 b9aed23a06972b6936a33efffa1f7bac40a6b8ef
src/api/logs.js
@@ -62,3 +62,13 @@
  })
}
export const geterweima = (type) => {
  return request({
    url: '/api/blade-resource/attach/detail',
    method: 'get',
    params: {
      type,
    }
  })
}