@conecli/cone-render 0.9.1-shop2.26 → 0.9.1-shop2.28
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 +1 -1
- package/dist/assets/icon_blue_info.svg +1 -0
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.jd.ts +1 -1
- package/dist/common/index.ts +1 -1
- package/dist/common/pageType.ts +1 -1
- package/dist/common/sgmCustomCode.ts +1 -1
- package/dist/common/token/token.jd.ts +1 -1
- package/dist/components/base/CustomVideo/common.ts +1 -0
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/Price/Base/index.tsx +1 -1
- package/dist/components/base/Price/Double/index.tsx +1 -1
- package/dist/components/debug/DebugLayout/index.module.scss +67 -0
- package/dist/components/debug/DebugLayout/index.tsx +1 -0
- package/dist/components/debug/DebugLayout/utils.ts +1 -0
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/isv/Floor/index.tsx +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/service/http/colorSign.ts +1 -1
- package/dist/service/http/h5Http.ts +1 -0
- package/dist/service/http/index.h5.ts +1 -0
- package/dist/service/requestServer.h5.ts +1 -0
- package/dist/utils/h5Utils.ts +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
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
|
pcCoupon: `${protocol}//conecli.com`,
|
|
7
6
|
pcSo: `${protocol}//conecli.com`,
|
|
8
7
|
mobileLogin: `${protocol}//plogin.m.jd.com`,
|
|
9
8
|
kpl: `${protocol}//conecli.com`,
|
|
10
9
|
jxDomain: `${protocol}//st.jingxi.com`,
|
|
11
10
|
isLogin: `${domain.mobileLogin}/cgi-bin/ml/islogin`,
|
|
11
|
+
import { protocol, isBetaServer, isH5 } from '../config/env'
|
|
12
12
|
? redirectDomainList.includes(location?.hostname)
|
|
13
13
|
? defaultDomain
|
|
14
14
|
: location?.hostname
|
|
15
15
|
: defaultDomain
|
|
16
16
|
pcCoupon: `${protocol}//conecli.com`,
|
|
17
17
|
: `${protocol}//api.m.jd.com`,
|
|
18
18
|
hkApi: isBetaServer
|
|
19
19
|
? `${protocol}//beta-color.jd.hk`
|
|
20
20
|
: `${protocol}//color.jd.hk`,
|
|
21
21
|
pcSo: `${protocol}//conecli.com`,
|
|
22
22
|
mobileLogin: `${protocol}//plogin.m.jd.com`,
|
|
23
23
|
kpl: `${protocol}//conecli.com`,
|
|
24
24
|
jxDomain: `${protocol}//st.jingxi.com`,
|
|
25
25
|
apiFunc: `${domain.api}/client.action`,
|
|
26
26
|
hkApiFunc: `${domain.hkApi}/client.action`,
|
|
27
27
|
isLogin: `${domain.mobileLogin}/cgi-bin/ml/islogin`,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1721894625958" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7519" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M512 512m-448 0a448 448 0 1 0 896 0 448 448 0 1 0-896 0Z" fill="#2196F3" p-id="7520"></path><path d="M469.333333 469.333333h85.333334v234.666667h-85.333334z" fill="#FFFFFF" p-id="7521"></path><path d="M512 352m-53.333333 0a53.333333 53.333333 0 1 0 106.666666 0 53.333333 53.333333 0 1 0-106.666666 0Z" fill="#FFFFFF" p-id="7522"></path></svg>
|