Commit 117ead29 authored by Xuguangxing's avatar Xuguangxing

feat: 增加购物车和个人中心登录参数

parent 1bffbbf2
......@@ -11,6 +11,7 @@ import { EventBus } from '@qg/citrus-ui/src/helper/service/eventBus';
import { getParameterByName } from '../../../service/utils.service';
import localStorage from '../../../service/localStorage.service';
import lazyload from '@qg/cherry-ui/src/lazyload/index';
import { SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION } from 'constants';
// 初始化sentry
if (process.env.SENTRY_ENV !== 'test' && process.env.NODE_ENV === 'production') {
......
......@@ -5,13 +5,13 @@ export const home = {
};
export const shopcart = {
app: 'xyqb://shoppingCart',
app: 'xyqb://shoppingCart?needLogin=1',
wxmp: '/pages/shopcart/index',
h5: 'https://xincheng.q-gp.com/shopCart'
};
export const user = {
app: 'xyqb://my',
app: 'xyqb://my?needLogin=1',
wxmp: '/pages/user/user',
h5: 'https://xincheng.q-gp.com/user'
};
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment