Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
vue-cli3-template-master
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cb812d5c
authored
2020-08-18 10:33:41 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
84316831
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/api/fetch-api.js
src/api/fetch-api.js
View file @
cb812d5
...
...
@@ -121,8 +121,7 @@ export const httpGet = params => {
headers
.
sessionId
=
getToken
();
}
return
axios
.
get
(
reqUrl
,
{
params
:
data
},
{
params
:
data
,
headers
,
opt
}).
then
(
res
=>
res
.
data
.
content
);
...
...
Please
register
or
sign in
to post a comment