钟日健
2022-02-08 2c461eb9efb980d55dfd7407ee70088fc90a4a7a
src/api/logs.js
@@ -62,3 +62,13 @@
  })
}
export const geterweima = (type) => {
  return request({
    url: '/api/blade-resource/attach/detail',
    method: 'get',
    params: {
      type,
    }
  })
}