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