@conecli/cone-render 0.8.32 → 0.8.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/components/ErrorBoundary.tsx +1 -1
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/remoteFloorItem.tsx +1 -0
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/createReportFloorData.ts +1 -1
- package/dist/jumpEventReport/index.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.wxapp.ts +1 -1
- package/dist/libs/taroAppReport.js +2 -2
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/utils/index.h5.ts +1 -1
- package/dist/utils/index.ts +1 -1
- package/dist/utils/index.weapp.ts +1 -1
- package/dist/utils/utils.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import { domain } from '../../api'
|
|
2
1
|
shop: '/pages/shop/index/index',
|
|
3
2
|
detail: '/pages/gold/item/pages/detail/index',
|
|
4
3
|
searchCoupon: '/pages/search/subPackages/coupon/coupon',
|
|
5
4
|
h5: '/pages/h5/index',
|
|
6
5
|
jingGouHome: '/pages/index/index',
|
|
7
6
|
shopFans: '/pages/shopfans/pages/index/index',
|
|
8
7
|
shopLight: '/pages/shoplight/pages/index/index',
|
|
9
8
|
couponSearch: '/pages/search/subPackages/coupon/coupon',
|
|
10
9
|
shopx: '/pages/shopx/pages/index/index',
|
|
11
10
|
mshop: domain.mshop,
|
|
12
11
|
pages: domain.pages,
|
|
13
12
|
couponSearch: `${domain.mobileSo}/list/couponSearch.action`,
|
|
14
13
|
shopSecondActivity: `${domain.sale}/m/h5/`,
|
|
15
14
|
shopLight: `${domain.sale}/liteshop/index.html`,
|
|
16
15
|
detail: `${domain.mobileDetail}/product/`,
|
|
17
16
|
mobileHome: `${domain.mobileHome}`,
|
|
18
17
|
rank: `${domain.ranking}/comLandingPage/comLandingPage`,
|
|
19
18
|
wqShopMember: `${domain.wqshop}/mshop/QueryShopMemberInfo`,
|
|
20
19
|
wqShopDetail: `${domain.wqshop}/mshop/GetShopIntroduce`,
|
|
21
20
|
wqShopSearch: `${domain.wqshop}/mshop/SearchList`,
|
|
22
21
|
shopMember: `${domain.shopMember}/shopcard`,
|
|
23
22
|
shopMemberPointDetail: `${domain.shopMember}/member/membersPoint`,
|
|
24
23
|
shopMemberBenefit: `${domain.shopMember}/shopbenefit`,
|
|
25
24
|
shopMemberRule: `${domain.shopMember}/member/membersRule`,
|
|
26
25
|
shopMemberCloseAccount: `${domain.shopMember}/member/memberCloseAccount`,
|
|
27
26
|
shopMemberPointExchange: `${domain.shopMember}/memberpoint`,
|
|
28
27
|
shopMemberBonusPurchase: `${domain.shopMember}/bonuspurchase`,
|
|
29
28
|
shopMemberGood: `${domain.shopMember}/member/membersGood`,
|
|
30
29
|
beanDetail: `${domain.bean}/beanDetail/index.action`,
|
|
31
30
|
totalPromotion: `${domain.mobileSo}/list/itemSearch.action`,
|
|
32
31
|
mLive: `${domain.lives}/#`,
|
|
33
32
|
shopHome: `${domain.pages}/shop/home`,
|
|
34
33
|
shopIntroduce: `${domain.pages}/shop/introduce`,
|
|
35
34
|
shopSearch: `${domain.pages}/shop/search`,
|
|
36
35
|
shopLottery: `${domain.pages}/shop/lottery`,
|
|
37
36
|
shopCoupon: `${domain.pages}/shop/coupon`,
|
|
38
37
|
shopWares: `${domain.pages}/shop/wares`,
|
|
39
38
|
shopFastShopping: `${domain.pages}/shop/fastShopping`,
|
|
40
39
|
shopSpeciSeckill: `${domain.pages}/shop/specialSeckill`,
|
|
41
40
|
shopVideos: `${domain.pages}/shop/videos`,
|
|
42
41
|
shopUseShareOrderUgcContent: `${domain.capturehomeshare}/aha/ugcShare.html`,
|
|
43
42
|
dongDongChat: `${domain.jdcs}/chat/index.action`,
|
|
44
43
|
samCenter: `${domain.pages}/shop/samCenter`,
|
|
45
44
|
samCard: `${domain.pages}/shop/samCard`,
|
|
46
45
|
shopH5MemberCardAPP: `${domain.pages}/member/shopcard`,
|
|
47
46
|
shopH5MemberCardM: `${domain.pages}/member/m/shopcard`,
|
|
47
|
+
import { domain } from '../../api'
|
|
48
48
|
shop: '/pages/shop/index/index',
|
|
49
49
|
detail: '/pages/gold/item/pages/detail/index',
|
|
50
50
|
searchCoupon: '/pages/search/subPackages/coupon/coupon',
|
|
51
51
|
h5: '/pages/h5/index',
|
|
52
52
|
jingGouHome: '/pages/index/index',
|
|
53
53
|
shopFans: '/pages/shopfans/pages/index/index',
|
|
54
54
|
shopLight: '/pages/shoplight/pages/index/index',
|
|
55
55
|
couponSearch: '/pages/search/subPackages/coupon/coupon',
|
|
56
56
|
shopx: '/pages/shopx/pages/index/index',
|
|
57
57
|
shopSearch: '/pages/shopx/pages/searchPanel/index',
|
|
58
58
|
mshop: domain.mshop,
|
|
59
59
|
pages: domain.pages,
|
|
60
60
|
couponSearch: `${domain.mobileSo}/list/couponSearch.action`,
|
|
61
61
|
shopSecondActivity: `${domain.sale}/m/h5/`,
|
|
62
62
|
shopLight: `${domain.sale}/liteshop/index.html`,
|
|
63
63
|
detail: `${domain.mobileDetail}/product/`,
|
|
64
64
|
mobileHome: `${domain.mobileHome}`,
|
|
65
65
|
rank: `${domain.ranking}/comLandingPage/comLandingPage`,
|
|
66
66
|
wqShopMember: `${domain.wqshop}/mshop/QueryShopMemberInfo`,
|
|
67
67
|
wqShopDetail: `${domain.wqshop}/mshop/GetShopIntroduce`,
|
|
68
68
|
wqShopSearch: `${domain.wqshop}/mshop/SearchList`,
|
|
69
69
|
shopMember: `${domain.shopMember}/shopcard`,
|
|
70
70
|
shopMemberPointDetail: `${domain.shopMember}/member/membersPoint`,
|
|
71
71
|
shopMemberBenefit: `${domain.shopMember}/shopbenefit`,
|
|
72
72
|
shopMemberRule: `${domain.shopMember}/member/membersRule`,
|
|
73
73
|
shopMemberCloseAccount: `${domain.shopMember}/member/memberCloseAccount`,
|
|
74
74
|
shopMemberPointExchange: `${domain.shopMember}/memberpoint`,
|
|
75
75
|
shopMemberBonusPurchase: `${domain.shopMember}/bonuspurchase`,
|
|
76
76
|
shopMemberGood: `${domain.shopMember}/member/membersGood`,
|
|
77
77
|
beanDetail: `${domain.bean}/beanDetail/index.action`,
|
|
78
78
|
totalPromotion: `${domain.mobileSo}/list/itemSearch.action`,
|
|
79
79
|
mLive: `${domain.lives}/#`,
|
|
80
80
|
shopHome: `${domain.pages}/shop/home`,
|
|
81
81
|
shopIntroduce: `${domain.pages}/shop/introduce`,
|
|
82
82
|
shopSearch: `${domain.pages}/shop/search`,
|
|
83
83
|
shopLottery: `${domain.pages}/shop/lottery`,
|
|
84
84
|
shopCoupon: `${domain.pages}/shop/coupon`,
|
|
85
85
|
shopWares: `${domain.pages}/shop/wares`,
|
|
86
86
|
shopFastShopping: `${domain.pages}/shop/fastShopping`,
|
|
87
87
|
shopSpeciSeckill: `${domain.pages}/shop/specialSeckill`,
|
|
88
88
|
shopVideos: `${domain.pages}/shop/videos`,
|
|
89
89
|
shopUseShareOrderUgcContent: `${domain.capturehomeshare}/aha/ugcShare.html`,
|
|
90
90
|
dongDongChat: `${domain.jdcs}/chat/index.action`,
|
|
91
91
|
samCenter: `${domain.pages}/shop/samCenter`,
|
|
92
92
|
samCard: `${domain.pages}/shop/samCard`,
|
|
93
93
|
shopH5MemberCardAPP: `${domain.pages}/member/shopcard`,
|
|
94
94
|
shopH5MemberCardM: `${domain.pages}/member/m/shopcard`,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export enum LogPnameInfo {
|
|
2
1
|
HOME = 'home',
|
|
3
2
|
MEMBER = 'member',
|
|
4
3
|
CLASSIFY = 'classify',
|
|
5
4
|
PROMOTION = 'promotion',
|
|
6
5
|
WX_SHOP_HOME = 'wx_shop_home',
|
|
7
6
|
APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
|
|
8
7
|
APP_SHOP_MEMBER = 'Shop_ShopCard',
|
|
9
8
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
10
9
|
APP_SHOP_MEMBER = 'Shop_ShopCard'
|
|
10
|
+
export enum LogPnameInfo {
|
|
11
11
|
HOME = 'home',
|
|
12
12
|
MEMBER = 'member',
|
|
13
13
|
CLASSIFY = 'classify',
|
|
14
14
|
PROMOTION = 'promotion',
|
|
15
15
|
WX_SHOP_HOME = 'wx_shop_home',
|
|
16
16
|
APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
|
|
17
17
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
18
18
|
APP_SHOP_MEMBER = 'Shop_ShopCard',
|
|
19
19
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
20
20
|
APP_SHOP_MEMBER = 'Shop_ShopCard'
|