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
da7802cb
Commit
da7802cb
authored
Aug 16, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:联调考试详情
parent
0366c5b3
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
17 deletions
+17
-17
src/common/less/icon-font.less
+4
-4
src/domains/basic-domain/constants.ts
+2
-2
src/domains/course-domain/constants.ts
+2
-2
src/h5.html
+2
-2
src/index.html
+2
-2
src/modules/knowledge-base/components/KnowledgeBaseList.jsx
+2
-2
src/modules/knowledge-base/modal/VideoList.jsx
+2
-2
src/modules/task-center/data-center/components/LeftStageList.jsx
+1
-1
No files found.
src/common/less/icon-font.less
View file @
da7802cb
@font-face {
@font-face {
font-family: 'iconfont'; /* Project id 2223403 */
font-family: 'iconfont';
/* Project id 2223403 */
src: url('//at.alicdn.com/t/font_2223403_
2digpsfgq8l.woff2?t=1628853864698
') format('woff2'),
src: url('//at.alicdn.com/t/font_2223403_
0b87tvtysw45.woff2?t=1629025918841
') format('woff2'),
url('//at.alicdn.com/t/font_2223403_2digpsfgq8l.woff?t=1628853864698
') format('woff'),
url('//at.alicdn.com/t/font_2223403_0b87tvtysw45.woff?t=1629025918841
') format('woff'),
url('//at.alicdn.com/t/font_2223403_2digpsfgq8l.ttf?t=1628853864698
') format('truetype');
url('//at.alicdn.com/t/font_2223403_0b87tvtysw45.ttf?t=1629025918841
') format('truetype');
}
}
.iconfont {
.iconfont {
font-family: 'iconfont' !important;
font-family: 'iconfont' !important;
...
...
src/domains/basic-domain/constants.ts
View file @
da7802cb
/*
/*
* @Author: 陈剑宇
* @Author: 陈剑宇
* @Date: 2020-05-07 14:43:01
* @Date: 2020-05-07 14:43:01
* @LastEditTime: 2021-08-
09 15:52:49
* @LastEditTime: 2021-08-
15 18:31:02
* @LastEditors: wufan
* @LastEditors: wufan
* @Description:
* @Description:
* @FilePath: /wheat-web-demo/src/domains/basic-domain/constants.ts
* @FilePath: /wheat-web-demo/src/domains/basic-domain/constants.ts
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
import
{
MapInterface
}
from
'@/domains/basic-domain/interface'
import
{
MapInterface
}
from
'@/domains/basic-domain/interface'
// 默认是 dev 环境
// 默认是 dev 环境
const
ENV
:
string
=
process
.
env
.
DEPLOY_ENV
||
'dev
1
'
const
ENV
:
string
=
process
.
env
.
DEPLOY_ENV
||
'dev'
console
.
log
(
'process.env.DEPLOY_ENV'
,
process
)
console
.
log
(
'process.env.DEPLOY_ENV'
,
process
)
const
BASIC_HOST_MAP
:
MapInterface
=
{
const
BASIC_HOST_MAP
:
MapInterface
=
{
dev
:
'https://dev-heimdall.xiaomai5.com/'
,
dev
:
'https://dev-heimdall.xiaomai5.com/'
,
...
...
src/domains/course-domain/constants.ts
View file @
da7802cb
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-20 09:21:40
* @Date: 2020-08-20 09:21:40
* @LastEditors: wufan
* @LastEditors: wufan
* @LastEditTime: 2021-08-
09 15:52:57
* @LastEditTime: 2021-08-
15 18:31:08
* @Description:
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
*/
import
{
MapInterface
}
from
'@/domains/basic-domain/interface'
import
{
MapInterface
}
from
'@/domains/basic-domain/interface'
const
ENV
:
string
=
process
.
env
.
DEPLOY_ENV
||
'dev
1
'
;
const
ENV
:
string
=
process
.
env
.
DEPLOY_ENV
||
'dev'
;
const
appIdMap
:
MapInterface
=
{
const
appIdMap
:
MapInterface
=
{
dev
:
'wx3ea60e78ddfa277e'
,
dev
:
'wx3ea60e78ddfa277e'
,
...
...
src/h5.html
View file @
da7802cb
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @Date: 2020-08-24 12:20:57
* @LastEditors: wufan
* @LastEditors: wufan
* @LastEditTime: 2021-08-1
3 19:25:12
* @LastEditTime: 2021-08-1
5 19:12:48
* @Description:
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
-->
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
-->
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
2digpsfgq8l
.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
0b87tvtysw45
.css"
>
<!--
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Notice the use of %PUBLIC_URL% in the tags above.
...
...
src/index.html
View file @
da7802cb
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @Date: 2020-08-24 12:20:57
* @LastEditors: wufan
* @LastEditors: wufan
* @LastEditTime: 2021-08-1
3 19:25:18
* @LastEditTime: 2021-08-1
5 19:12:55
* @Description:
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
-->
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
-->
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
2digpsfgq8l
.css"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
0b87tvtysw45
.css"
/>
<!--
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Notice the use of %PUBLIC_URL% in the tags above.
...
...
src/modules/knowledge-base/components/KnowledgeBaseList.jsx
View file @
da7802cb
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: zangsuyun
* @Author: zangsuyun
* @Date: 2021-03-12 14:49:40
* @Date: 2021-03-12 14:49:40
* @LastEditors: wufan
* @LastEditors: wufan
* @LastEditTime: 2021-08-
09 15:53:03
* @LastEditTime: 2021-08-
15 18:31:16
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -22,7 +22,7 @@ import "./KnowledgeBaseList.less";
...
@@ -22,7 +22,7 @@ import "./KnowledgeBaseList.less";
const
DEFAULT_SIZE_UNIT
=
1000
*
1000
// 将B转换成M
const
DEFAULT_SIZE_UNIT
=
1000
*
1000
// 将B转换成M
const
{
confirm
}
=
Modal
const
{
confirm
}
=
Modal
const
ENV
=
process
.
env
.
DEPLOY_ENV
||
"dev
1
"
const
ENV
=
process
.
env
.
DEPLOY_ENV
||
"dev"
class
KnowledgeBaseList
extends
React
.
Component
{
class
KnowledgeBaseList
extends
React
.
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
...
...
src/modules/knowledge-base/modal/VideoList.jsx
View file @
da7802cb
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: zangsuyun
* @Author: zangsuyun
* @Date: 2021-03-13 11:48:24
* @Date: 2021-03-13 11:48:24
* @LastEditors: wufan
* @LastEditors: wufan
* @LastEditTime: 2021-08-
09 15:53:08
* @LastEditTime: 2021-08-
15 18:31:21
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -19,7 +19,7 @@ import "./LiveList.less";
...
@@ -19,7 +19,7 @@ import "./LiveList.less";
import
CourseService
from
"@/domains/course-domain/CourseService"
;
import
CourseService
from
"@/domains/course-domain/CourseService"
;
import
User
from
"@/common/js/user"
;
import
User
from
"@/common/js/user"
;
const
ENV
=
process
.
env
.
DEPLOY_ENV
||
"dev
1
"
;
const
ENV
=
process
.
env
.
DEPLOY_ENV
||
"dev"
;
class
VideoList
extends
React
.
Component
{
class
VideoList
extends
React
.
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
...
...
src/modules/task-center/data-center/components/LeftStageList.jsx
View file @
da7802cb
...
@@ -31,7 +31,7 @@ function LeftStageList(props) {
...
@@ -31,7 +31,7 @@ function LeftStageList(props) {
>
>
<
div
className=
"icon"
>
<
div
className=
"icon"
>
{
item
.
isShowMoreCourse
?
(
{
item
.
isShowMoreCourse
?
(
<
span
className=
"icon iconfont edit-icon"
>
æ
b2
;
</
span
>
<
span
className=
"icon iconfont edit-icon"
>
æ
77
;
</
span
>
)
:
(
)
:
(
<
span
className=
"icon iconfont edit-icon"
>

</
span
>
<
span
className=
"icon iconfont edit-icon"
>

</
span
>
)
}
)
}
...
...
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