🆕 项目初始化,页面布局待修改完善
This commit is contained in:
34
pont-config.json
Normal file
34
pont-config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"outDir": "./src/api",
|
||||
"templatePath": "./pontTemplate",
|
||||
"usingMultipleOrigins": true,
|
||||
"origins": [
|
||||
{
|
||||
"name": "auth",
|
||||
"originUrl": "http://127.0.0.1:7777/v3/api-docs/auth",
|
||||
"originType": "SwaggerV3",
|
||||
"usingOperationId": true
|
||||
},
|
||||
{
|
||||
"name": "acl",
|
||||
"originUrl": "http://127.0.0.1:7777/v3/api-docs/acl",
|
||||
"originType": "SwaggerV3",
|
||||
"usingOperationId": true
|
||||
},
|
||||
{
|
||||
"name": "dictionary",
|
||||
"originUrl": "http://127.0.0.1:7777/v3/api-docs/dictionary",
|
||||
"originType": "SwaggerV3",
|
||||
"usingOperationId": true
|
||||
},
|
||||
{
|
||||
"name": "material",
|
||||
"originUrl": "http://127.0.0.1:7777/v3/api-docs/material",
|
||||
"originType": "SwaggerV3",
|
||||
"usingOperationId": true
|
||||
}
|
||||
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user