corp-mp/src/lib/cdn.ts

20 lines
958 B
TypeScript

export const STATIC_CDN = 'https://cdn.u8t.cn/frontend-static/corp-h5/static'
export const CORP_ASSET_BASE = `${STATIC_CDN}/package-v3`
export const MAP_ASSET_BASE = `${STATIC_CDN}/package-v4`
export const HOME_ICON_BASE = `${MAP_ASSET_BASE}/images-pc/home`
export const MOBILE_ASSET_BASE = `${MAP_ASSET_BASE}/images-mobile`
export const BANNER_BG = `${MOBILE_ASSET_BASE}/bg-banner.png`
export const CARD_HEADER = `${MOBILE_ASSET_BASE}/card_header.png`
export const PAGE_TITLE = '敌无双企业服务'
export const RECEIPT_STAMP_DONE = `${STATIC_CDN}/images/oderDetailCallBackSuccess.png`
export const RECEIPT_STAMP_PENDING = `${STATIC_CDN}/images/oderDetailCallBack.png`
export const ENTITY_LABELS = {
entityName: '商户名称',
entityAddress: '经营地址',
entityMapLocation: '门店位置',
}
export const COPY_ICON = `${CORP_ASSET_BASE}/images-mobile/icon-copy.png`
export const INPUT_ARROW_ICON = `${MAP_ASSET_BASE}/icon_input_arrow@2x.png`