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