为什么都没了
This commit is contained in:
14
framework/Web/public/doc-code/api/setting.js
Normal file
14
framework/Web/public/doc-code/api/setting.js
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
/* 自定义的接口名称 */
|
||||
apiName: [
|
||||
/* 接口地址 */
|
||||
url,
|
||||
/* 请求类型 [get | post] */
|
||||
'get',
|
||||
/* axios所需的设置参数 */
|
||||
options,
|
||||
],
|
||||
|
||||
/* 默认为post的接口 */
|
||||
apiPostName: postUrl
|
||||
}
|
||||
Reference in New Issue
Block a user