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
b3cd7be0
Commit
b3cd7be0
authored
Aug 10, 2021
by
zhujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
71471c9d
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
8 deletions
+16
-8
package.json
+10
-2
src/domains/basic-domain/constants.ts
+2
-2
src/domains/brand/constants.ts
+2
-2
src/domains/course-domain/constants.ts
+2
-2
No files found.
package.json
View file @
b3cd7be0
...
...
@@ -117,7 +117,8 @@
"build:dev1"
:
"better-npm-run build:dev1"
,
"build:rc"
:
"cross-env DEPLOY_ENV=rc node scripts/build.js"
,
"build:gray"
:
"cross-env DEPLOY_ENV=gray node scripts/build.js"
,
"build:syoo"
:
"better-npm-run build:syoo"
,
"build:gray-syoo"
:
"better-npm-run build:gray-syoo"
,
"build:prod-syoo"
:
"better-npm-run build:prod-syoo"
,
"build:prod"
:
"cross-env DEPLOY_ENV=prod node scripts/build.js"
},
"betterScripts"
:
{
...
...
@@ -128,13 +129,20 @@
"BRAND"
:
"syoo"
}
},
"build:syoo"
:
{
"build:
gray-
syoo"
:
{
"command"
:
"node scripts/build.js"
,
"env"
:
{
"DEPLOY_ENV"
:
"gray"
,
"BRAND"
:
"syoo"
}
},
"build:prod-syoo"
:
{
"command"
:
"node scripts/build.js"
,
"env"
:
{
"DEPLOY_ENV"
:
"prod"
,
"BRAND"
:
"syoo"
}
},
"build:dev1"
:{
"command"
:
"node scripts/build.js"
,
"env"
:
{
...
...
src/domains/basic-domain/constants.ts
View file @
b3cd7be0
...
...
@@ -23,8 +23,8 @@ const PATH_MAP: MapInterface = {
dev
:
'https://dev.xiaomai5.com/xiaomai-cloud-class-web/h5.html'
,
dev1
:
'https://dev.xiaomai5.com/dev1/xiaomai-cloud-class-web/h5.html'
,
rc
:
'https://rc.xiaomai5.com/xiaomai-cloud-class-web/h5.html'
,
gray
:
path
,
prod
:
path
,
gray
:
live
+
'/gray/h5.html'
,
prod
:
live
+
'/h5.html'
,
}
export
const
YZ_APPId
=
"yozoqvpO2Hvz8346"
;
...
...
src/domains/brand/constants.ts
View file @
b3cd7be0
...
...
@@ -22,8 +22,8 @@ const BrandBannerMap: any = {
}
const
PATH_MAP
:
any
=
{
xiaomai
:
'https://res.xiaomai0.com/xiaomai-cloud-class-web
/h5.html
'
,
syoo
:
'https://study.syoo.cn/syoo-cloud-class-web
/h5.html
'
,
xiaomai
:
'https://res.xiaomai0.com/xiaomai-cloud-class-web'
,
syoo
:
'https://study.syoo.cn/syoo-cloud-class-web'
,
}
const
LIVE_SHARE_MAP
:
any
=
{
...
...
src/domains/course-domain/constants.ts
View file @
b3cd7be0
...
...
@@ -30,8 +30,8 @@ const LIVE_SHARE_MAP: MapInterface = {
dev
:
'https://dev.xiaomai5.com/store-live/index.html#/'
,
dev1
:
'https://dev.xiaomai5.com/dev1/store-live/index.html#/'
,
rc
:
'https://rc.xiaomai5.com/store-live/index.html#/'
,
gray
:
live
,
prod
:
live
,
gray
:
live
+
'/gray/index.html#/'
,
prod
:
live
+
'/index.html#/'
,
}
...
...
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