Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
2f3d7fed
Commit
2f3d7fed
authored
Apr 22, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
超时时间调整
parent
94326ca6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.js
src/utils/http/index.js
+1
-1
index.vue
src/views/property/import/index.vue
+1
-1
No files found.
src/utils/http/index.js
View file @
2f3d7fed
...
...
@@ -10,7 +10,7 @@ import { saveAs } from 'file-saver';
const
envs
=
getAppEnvConfig
();
const
defaultConfig
=
{
baseURL
:
envs
.
VITE_GLOB_API_URL_PREFIX
,
timeout
:
18
0000
,
timeout
:
60
0000
,
// 数组格式参数序列化(https://github.com/axios/axios/issues/5142)
paramsSerializer
:
{
serialize
:
stringify
,
...
...
src/views/property/import/index.vue
View file @
2f3d7fed
...
...
@@ -13,7 +13,7 @@
<div>
<el-upload
class=
"avatar-uploader"
:headers=
"
{ timeout:
36
0000 }"
:headers=
"
{ timeout:
60
0000 }"
ref="uploadRef"
:action="upload.url"
:disabled="upload.isUploading"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment