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