Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
1669acd5
Commit
1669acd5
authored
Aug 06, 2021
by
zhujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
84c0b06d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/domains/brand/constants.ts
+5
-5
No files found.
src/domains/brand/constants.ts
View file @
1669acd5
...
@@ -27,7 +27,7 @@ const PATH_MAP: any = {
...
@@ -27,7 +27,7 @@ const PATH_MAP: any = {
}
}
const
LIVE_SHARE_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#/'
,
syoo
:
'https://dev.xiaomai5.com/dev1/store-live/index.html#/'
,
}
}
...
@@ -38,9 +38,9 @@ const CorpType_MAP: any = {
...
@@ -38,9 +38,9 @@ const CorpType_MAP: any = {
}
}
const
XF_RWM_MAP
:
any
=
{
const
XF_RWM_MAP
:
any
=
{
xiaomai
:
'https://cdn.xiaomai5.com/qixueyuankehu.png'
,
xiaomai
:
'https://cdn.xiaomai5.com/qixueyuankehu.png'
,
syoo
:
'https://image.xiaomaiketang.com/xm/Z2X2GTmKdj.png'
syoo
:
'https://image.xiaomaiketang.com/xm/Z2X2GTmKdj.png'
}
}
...
@@ -53,6 +53,6 @@ export const brandBanner: string = BrandBannerMap[BRAND];
...
@@ -53,6 +53,6 @@ export const brandBanner: string = BrandBannerMap[BRAND];
export
const
path
:
string
=
PATH_MAP
[
BRAND
];
export
const
path
:
string
=
PATH_MAP
[
BRAND
];
export
const
live
:
string
=
LIVE_SHARE_MAP
[
BRAND
];
export
const
live
:
string
=
LIVE_SHARE_MAP
[
BRAND
];
export
const
corpType
:
string
=
CorpType_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
];
window
.
brandName
=
BrandNameMap
[
BRAND
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment