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