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