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