Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
高东东-金蝶建发
/
jf-yzj-kesu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9090c0dc
authored
Sep 27, 2024
by
golton_gao
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: 针对ios在get请求时会读取data字段的问题,将data字段置空
parent
4a4c2aa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/polyfill/request.js
src/polyfill/request.js
View file @
9090c0dc
...
...
@@ -101,6 +101,8 @@ function request (opt) {
opt
.
data
=
params2object
(
data
)
}
}
}
else
if
(
opt
.
method
.
toLowerCase
()
===
'get'
)
{
opt
.
data
=
{}
}
// 处理header
...
...
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