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