【nodejs转发层】nodejs如何转发客户端的请求以及将结果返回给客户端
<script> import axios from 'axios' export default { name: "default", asyncData({ req, params }) { // We can return a Promise instead of calling the callback // return axio