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