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