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