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