@conecli/cone-render 0.8.29 → 0.8.30

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/api/index.ts CHANGED
@@ -1 +1 @@
1
- import { protocol, isBetaServer, isH5 } from '../config/env'
2
1
  ? redirectDomainList.includes(location?.hostname)
3
2
  ? defaultDomain
4
3
  : location?.hostname
5
4
  : defaultDomain
6
5
  mobileLogin: `${protocol}//plogin.m.jd.com`,
7
6
  isLogin: `${domain.mobileLogin}/cgi-bin/ml/islogin`,
7
+ import { protocol, isBetaServer, isH5 } from '../config/env'
8
8
  ? redirectDomainList.includes(location?.hostname)
9
9
  ? defaultDomain
10
10
  : location?.hostname
11
11
  : defaultDomain
12
12
  mobileLogin: `${protocol}//plogin.m.jd.com`,
13
13
  isLogin: `${domain.mobileLogin}/cgi-bin/ml/islogin`,
@@ -1 +1 @@
1
- import { ComponentInterFace } from './component'
2
1
  mobileLogin: string
3
2
  isLogin: string
3
+ import { ComponentInterFace } from './component'
4
4
  mobileLogin: string
5
5
  isLogin: string
@@ -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.onlyPages}/member/shopcard`,
47
46
  shopH5MemberCardM: `${domain.onlyPages}/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
  mshop: domain.mshop,
58
58
  pages: domain.pages,
59
59
  couponSearch: `${domain.mobileSo}/list/couponSearch.action`,
60
60
  shopSecondActivity: `${domain.sale}/m/h5/`,
61
61
  shopLight: `${domain.sale}/liteshop/index.html`,
62
62
  detail: `${domain.mobileDetail}/product/`,
63
63
  mobileHome: `${domain.mobileHome}`,
64
64
  rank: `${domain.ranking}/comLandingPage/comLandingPage`,
65
65
  wqShopMember: `${domain.wqshop}/mshop/QueryShopMemberInfo`,
66
66
  wqShopDetail: `${domain.wqshop}/mshop/GetShopIntroduce`,
67
67
  wqShopSearch: `${domain.wqshop}/mshop/SearchList`,
68
68
  shopMember: `${domain.shopMember}/shopcard`,
69
69
  shopMemberPointDetail: `${domain.shopMember}/member/membersPoint`,
70
70
  shopMemberBenefit: `${domain.shopMember}/shopbenefit`,
71
71
  shopMemberRule: `${domain.shopMember}/member/membersRule`,
72
72
  shopMemberCloseAccount: `${domain.shopMember}/member/memberCloseAccount`,
73
73
  shopMemberPointExchange: `${domain.shopMember}/memberpoint`,
74
74
  shopMemberBonusPurchase: `${domain.shopMember}/bonuspurchase`,
75
75
  shopMemberGood: `${domain.shopMember}/member/membersGood`,
76
76
  beanDetail: `${domain.bean}/beanDetail/index.action`,
77
77
  totalPromotion: `${domain.mobileSo}/list/itemSearch.action`,
78
78
  mLive: `${domain.lives}/#`,
79
79
  shopHome: `${domain.pages}/shop/home`,
80
80
  shopIntroduce: `${domain.pages}/shop/introduce`,
81
81
  shopSearch: `${domain.pages}/shop/search`,
82
82
  shopLottery: `${domain.pages}/shop/lottery`,
83
83
  shopCoupon: `${domain.pages}/shop/coupon`,
84
84
  shopWares: `${domain.pages}/shop/wares`,
85
85
  shopFastShopping: `${domain.pages}/shop/fastShopping`,
86
86
  shopSpeciSeckill: `${domain.pages}/shop/specialSeckill`,
87
87
  shopVideos: `${domain.pages}/shop/videos`,
88
88
  shopUseShareOrderUgcContent: `${domain.capturehomeshare}/aha/ugcShare.html`,
89
89
  dongDongChat: `${domain.jdcs}/chat/index.action`,
90
90
  samCenter: `${domain.pages}/shop/samCenter`,
91
91
  samCard: `${domain.pages}/shop/samCard`,
92
92
  shopH5MemberCardAPP: `${domain.pages}/member/shopcard`,
93
93
  shopH5MemberCardM: `${domain.pages}/member/m/shopcard`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.8.29",
3
+ "version": "0.8.30",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist/"