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