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