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