内容简介:Features 1、新增 Axios 组件 提供一个 axios 组件,用于发送 http 请求。 接口保持和 axios 一致,处理了作用域相关的问题。 使用示例: import { HttpService } from '@midwayjs/axios'; @Provide() expo...
Features
1、新增 Axios 组件
提供一个 axios 组件,用于发送 http 请求。
接口保持和 axios 一致,处理了作用域相关的问题。
使用示例:
import { HttpService } from '@midwayjs/axios'; @Provide() export class UserService { @Inject() httpService: HttpService; async invoke() { const url = 'https://api.github.com/users/octocat/orgs'; const result = await this.httpService.get(url); // TODO resut } }
具体请查看 axios 文档。
Bugfix
1、处理默认 listen hostname 可能引起 502 的问题
具体见 issue#1195
新版本将参数分开,恢复了默认行为。
2、bootstrap 新增 preloadModules 透传
preloadModules
启动参数是用于 ncc 构建的预留,之前未透传,在一些极端情况下需要使用,比如 issue#1193。
新版本增加了启动参数的透传。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- React 组件库 uiw 1.5.1 发布,新增 2 个组件
- Vue 组件库 HeyUI@1.17.0 发布,新增 Skeleton 组件
- 码良之笔更新,新增组件商城功能
- Vue 组件库 heyui@1.18.0 发布,新增地址选择、图片预览组件
- Hyperf 1.1.6 发布,新增极简 DB 组件、Session 组件等
- avue 1.5.4 发布,新增 form 组件和 crud 组件生成器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Coming of Age in Second Life
Tom Boellstorff / Princeton University Press / 2008-04-21 / USD 29.95
The gap between the virtual and the physical, and its effect on the ideas of personhood and relationships, is the most interesting aspect of Boellstorff's analysis... Boellstorff's portrayal of a virt......一起来看看 《Coming of Age in Second Life》 这本书的介绍吧!