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