在线调试请求参数展示,发送请求

This commit is contained in:
暮光:城中城
2021-11-03 23:23:29 +08:00
parent e99fe3bf65
commit 4487c138b2
13 changed files with 517 additions and 355 deletions

View File

@@ -8,7 +8,7 @@
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"ant-design-vue": "^3.0.0-alpha.4",
"ant-design-vue": "^3.0.0-alpha.8",
"axios": "^0.19.2",
"brace": "^0.11.1",
"element-plus": "^1.0.2-beta.71",
@@ -18,15 +18,15 @@
"mavon-editor": "^2.9.0",
"moment": "^2.29.1",
"qs": "^6.10.1",
"sass": "^1.39.0",
"vue": "^3.2.9",
"vue-router": "^4.0.11",
"sass": "^1.43.4",
"vue": "^3.2.21",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.9",
"vite": "^2.5.3",
"@vitejs/plugin-vue": "^1.9.4",
"@vue/compiler-sfc": "^3.2.21",
"vite": "^2.6.13",
"vite-plugin-style-import": "^1.2.1"
}
}