Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
group-buy-ui
Commits
2e7da882
Commit
2e7da882
authored
Sep 28, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
92af23ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
httpDecorator.js
src/service/httpDecorator.js
+2
-1
No files found.
src/service/httpDecorator.js
View file @
2e7da882
import
HttpRequest
from
'
@qg/ui-request
'
;
import
HttpRequest
from
'
@qg/ui-request
'
;
import
{
Toast
}
from
'
@qg/cherry-ui
'
;
import
{
Toast
}
from
'
@qg/cherry-ui
'
;
import
store
from
'
@/store
'
;
import
store
from
'
@/store
'
;
import
{
appVersion
}
from
'
@/service/validation.service
'
;
import
{
appVersion
,
isWxMp
}
from
'
@/service/validation.service
'
;
import
{
getVccChannel
}
from
'
./userInfo.service
'
;
import
{
getVccChannel
}
from
'
./userInfo.service
'
;
import
localStorage
from
'
@/service/localStorage.service
'
;
import
localStorage
from
'
@/service/localStorage.service
'
;
function
getURLSearchParams
(
json
)
{
function
getURLSearchParams
(
json
)
{
...
@@ -45,6 +45,7 @@ const http = new HttpRequest(
...
@@ -45,6 +45,7 @@ const http = new HttpRequest(
if
(
cfg
.
customHeader
)
{
if
(
cfg
.
customHeader
)
{
Object
.
assign
(
cfg
.
headers
,
cfg
.
customHeader
);
Object
.
assign
(
cfg
.
headers
,
cfg
.
customHeader
);
}
}
cfg
.
headers
[
'
x-user-terminal
'
]
=
isWxMp
?
'
MINI-APP
'
:
'
H5
'
;
cfg
.
headers
[
'
vccChannel
'
]
=
getVccChannel
();
cfg
.
headers
[
'
vccChannel
'
]
=
getVccChannel
();
cfg
.
headers
[
'
sonVccChannel
'
]
=
getVccChannel
(
'
sonVccChannel
'
);
cfg
.
headers
[
'
sonVccChannel
'
]
=
getVccChannel
(
'
sonVccChannel
'
);
if
(
method
===
'
post
'
&&
cfg
.
emulateJSON
)
{
if
(
method
===
'
post
'
&&
cfg
.
emulateJSON
)
{
...
...
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