修改请求超时时间为30秒。

This commit is contained in:
2023-12-26 18:00:14 +08:00
parent c6705d326d
commit 0cf8e16129
3 changed files with 435 additions and 178 deletions

View File

@@ -14,7 +14,7 @@
"element-plus": "^2.4.4",
"mitt": "^3.0.1",
"moment": "^2.29.4",
"sass-loader": "^13.3.2",
"sass-loader": "^13.3.3",
"vue": "^3.3.13",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
@@ -22,8 +22,8 @@
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@rushstack/eslint-patch": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@vitejs/plugin-vue": "^4.5.2",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/eslint-config-typescript": "^12.0.0",
"axios": "^1.6.2",