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