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