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