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
11290ba1
Commit
11290ba1
authored
Jul 25, 2022
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 处理自由容器跳转链接
parent
0637fa98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
dev.config.ts
app/web/config/dev.config.ts
+4
-4
index.ts
app/web/page/activity/component/FreedomContainer/index.ts
+1
-1
No files found.
app/web/config/dev.config.ts
View file @
11290ba1
...
...
@@ -3,11 +3,11 @@ const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https:';
const
hostMap
=
{
apiHost
:
`
${
protocol
}
//localhost:7002`
,
talosHost
:
`
${
protocol
}
//talos-
sc
.liangkebang.net`
,
kdspHost
:
`
${
protocol
}
//kdsp-api-
sc
.liangkebang.net`
,
talosHost
:
`
${
protocol
}
//talos-
yxm
.liangkebang.net`
,
kdspHost
:
`
${
protocol
}
//kdsp-api-
yxm
.liangkebang.net`
,
shenceUrl
:
`
${
protocol
}
//bn.xyqb.com/sa?project=default`
,
mallHost
:
`
${
protocol
}
//mall-
sc
.liangkebang.net`
,
xyqbH5Host
:
`
${
protocol
}
//mapi-
sc
.liangkebang.net`
,
mallHost
:
`
${
protocol
}
//mall-
yxm
.liangkebang.net`
,
xyqbH5Host
:
`
${
protocol
}
//mapi-
yxm
.liangkebang.net`
,
test
:
true
,
yxmTenantId
:
560761
,
appIdMap
:
{
...
...
app/web/page/activity/component/FreedomContainer/index.ts
View file @
11290ba1
...
...
@@ -50,7 +50,7 @@ export default class FreedomContainer extends Mixins(TransformStyleMixin, SaMixi
paramsStr
+=
`&
${
item
}
=
${
params
[
item
]}
`
;
});
const
targetUrl
=
`
${
url
.
split
(
'
?
'
)[
0
]}
?
${
paramsStr
.
slice
(
1
)}
`
;
locationHrefPatchNoHandleParams
(
targetUrl
)
locationHrefPatchNoHandleParams
(
targetUrl
)
;
return
;
}
if
(
needLogin
)
{
...
...
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