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
117ead29
Commit
117ead29
authored
May 06, 2022
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加购物车和个人中心登录参数
parent
1bffbbf2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.ts
app/web/component/layout/activity/index.ts
+1
-0
nav.config.ts
app/web/config/nav.config.ts
+2
-2
No files found.
app/web/component/layout/activity/index.ts
View file @
117ead29
...
@@ -11,6 +11,7 @@ import { EventBus } from '@qg/citrus-ui/src/helper/service/eventBus';
...
@@ -11,6 +11,7 @@ import { EventBus } from '@qg/citrus-ui/src/helper/service/eventBus';
import
{
getParameterByName
}
from
'
../../../service/utils.service
'
;
import
{
getParameterByName
}
from
'
../../../service/utils.service
'
;
import
localStorage
from
'
../../../service/localStorage.service
'
;
import
localStorage
from
'
../../../service/localStorage.service
'
;
import
lazyload
from
'
@qg/cherry-ui/src/lazyload/index
'
;
import
lazyload
from
'
@qg/cherry-ui/src/lazyload/index
'
;
import
{
SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION
}
from
'
constants
'
;
// 初始化sentry
// 初始化sentry
if
(
process
.
env
.
SENTRY_ENV
!==
'
test
'
&&
process
.
env
.
NODE_ENV
===
'
production
'
)
{
if
(
process
.
env
.
SENTRY_ENV
!==
'
test
'
&&
process
.
env
.
NODE_ENV
===
'
production
'
)
{
...
...
app/web/config/nav.config.ts
View file @
117ead29
...
@@ -5,13 +5,13 @@ export const home = {
...
@@ -5,13 +5,13 @@ export const home = {
};
};
export
const
shopcart
=
{
export
const
shopcart
=
{
app
:
'
xyqb://shoppingCart
'
,
app
:
'
xyqb://shoppingCart
?needLogin=1
'
,
wxmp
:
'
/pages/shopcart/index
'
,
wxmp
:
'
/pages/shopcart/index
'
,
h5
:
'
https://xincheng.q-gp.com/shopCart
'
h5
:
'
https://xincheng.q-gp.com/shopCart
'
};
};
export
const
user
=
{
export
const
user
=
{
app
:
'
xyqb://my
'
,
app
:
'
xyqb://my
?needLogin=1
'
,
wxmp
:
'
/pages/user/user
'
,
wxmp
:
'
/pages/user/user
'
,
h5
:
'
https://xincheng.q-gp.com/user
'
h5
:
'
https://xincheng.q-gp.com/user
'
};
};
\ No newline at end of file
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