Commit 1669acd5 by zhujian

fix

parent 84c0b06d
......@@ -27,7 +27,7 @@ const PATH_MAP: any = {
}
const LIVE_SHARE_MAP: any = {
xiaomai: 'https://res.xiaomai0.com/store-live/index.html#/',
xiaomai: process.env.DEPLOY_ENV === 'dev' ? 'https://dev.xiaomai5.com/store-live/index.html#/' : 'https://res.xiaomai0.com/store-live/index.html#/',
syoo: 'https://dev.xiaomai5.com/dev1/store-live/index.html#/',
}
......@@ -38,9 +38,9 @@ const CorpType_MAP: any = {
}
const XF_RWM_MAP:any={
xiaomai:'https://cdn.xiaomai5.com/qixueyuankehu.png',
syoo:'https://image.xiaomaiketang.com/xm/Z2X2GTmKdj.png'
const XF_RWM_MAP: any = {
xiaomai: 'https://cdn.xiaomai5.com/qixueyuankehu.png',
syoo: 'https://image.xiaomaiketang.com/xm/Z2X2GTmKdj.png'
}
......@@ -53,6 +53,6 @@ export const brandBanner: string = BrandBannerMap[BRAND];
export const path: string = PATH_MAP[BRAND];
export const live: string = LIVE_SHARE_MAP[BRAND];
export const corpType: string = CorpType_MAP[BRAND];
export const xfrwm:string =XF_RWM_MAP[BRAND]
export const xfrwm: string = XF_RWM_MAP[BRAND]
window.brandName = BrandNameMap[BRAND];
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