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