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