Files
zsxt_nbzs_h5/web-react/public/doc-code/api/setting.js
2021-07-09 17:41:27 +08:00

14 lines
282 B
JavaScript

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