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