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