Files
housemove3/Web/public/doc-code/api/setting.js
路 范 c03092bc0c .
2021-09-24 14:33:10 +08:00

14 lines
282 B
JavaScript

export default {
/* 自定义的接口名称 */
apiName: [
/* 接口地址 */
url,
/* 请求类型 [get | post] */
'get',
/* axios所需的设置参数 */
options,
],
/* 默认为get接口 */
apiPostName: getUrl
}