Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quantum-blocks-h5
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
quantum-blocks-h5
Commits
5fe239b6
Commit
5fe239b6
authored
Apr 29, 2021
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 调整vccChannel判断
parent
d9ccda77
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
http.config.ts
app/web/config/http.config.ts
+4
-2
No files found.
app/web/config/http.config.ts
View file @
5fe239b6
...
@@ -13,9 +13,11 @@ function getURLSearchParams(json) {
...
@@ -13,9 +13,11 @@ function getURLSearchParams(json) {
}
}
function
getVccChannel
()
{
function
getVccChannel
()
{
let
storageChannel
=
localStorage
.
get
(
'
vccChannel
'
);
storageChannel
=
!
isNaN
(
Number
(
storageChannel
))
?
storageChannel
:
''
;
return
isWechat
return
isWechat
?
localStorage
.
get
(
'
vccChannel
'
)
||
''
?
storageChannel
||
''
:
(
isAndroid
?
'
159905
'
:
isIOS
?
'
159904
'
:
localStorage
.
get
(
'
vccChannel
'
))
||
''
;
:
(
isAndroid
?
'
159905
'
:
isIOS
?
'
159904
'
:
storageChannel
||
''
)
;
}
}
export
default
{
export
default
{
service
:
{
service
:
{
...
...
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