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
957eddc1
Commit
957eddc1
authored
Jan 12, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改产品名称为小麦企培
parent
c07de176
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
src/h5.html
+2
-2
src/index.html
+2
-2
src/modules/course-manage/modal/AbnormalModal.jsx
+1
-1
src/modules/root/Header.jsx
+2
-2
src/modules/root/Login.jsx
+1
-1
No files found.
src/h5.html
View file @
957eddc1
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @LastEditors: wufan
* @LastEditTime: 2021-01-
09 11:18:27
* @LastEditTime: 2021-01-
12 13:52:14
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
...
...
@@ -36,7 +36,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>
小麦
云课堂
</title>
<title>
小麦
企培
</title>
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"//g.alicdn.com/sd/ncpc/nc.js?t=2015052012"
></script>
</head>
...
...
src/index.html
View file @
957eddc1
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @LastEditors: wufan
* @LastEditTime: 2021-01-
09 11:18:27
* @LastEditTime: 2021-01-
12 13:52:23
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
...
...
@@ -36,7 +36,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>
小麦
云课堂
</title>
<title>
小麦
企培
</title>
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"//g.alicdn.com/sd/ncpc/nc.js?t=2015052012"
></script>
</head>
...
...
src/modules/course-manage/modal/AbnormalModal.jsx
View file @
957eddc1
...
...
@@ -43,7 +43,7 @@ class AbnormalModal extends React.Component {
</
div
>
)
:
(
<
div
className=
"content"
>
你的小麦云
课堂
余额不足(
<
span
className=
"high-light"
>
{
balance
.
toFixed
(
2
)
}
</
span
>
元),为保障您直播间的正常使用,请您及时充值。余额耗尽后将无法进行直播,学员无法观看回放视频。
className=
"content"
>
你的小麦云
企培
余额不足(
<
span
className=
"high-light"
>
{
balance
.
toFixed
(
2
)
}
</
span
>
元),为保障您直播间的正常使用,请您及时充值。余额耗尽后将无法进行直播,学员无法观看回放视频。
</
div
>
);
...
...
src/modules/root/Header.jsx
View file @
957eddc1
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2019-09-10 18:26:03
* @LastEditors: wufan
* @LastEditTime: 2021-01-
09 15:38:32
* @LastEditTime: 2021-01-
12 13:52:39
* @Description:
*/
import
React
,
{
useContext
,
useEffect
,
useState
}
from
"react"
;
...
...
@@ -117,7 +117,7 @@ function Header(props) {
<
div
className=
"top top-nav"
>
<
div
>
<
img
src=
{
logoImg
}
className=
"logo"
alt=
""
/>
{
menuType
&&
<
span
className=
"logo-name"
>
小麦
云课堂
</
span
>
}
{
menuType
&&
<
span
className=
"logo-name"
>
小麦
企培
</
span
>
}
</
div
>
{
menuType
?
(
<
span
...
...
src/modules/root/Login.jsx
View file @
957eddc1
...
...
@@ -116,7 +116,7 @@ function Login(props) {
<
div
className=
"login-main"
>
<
div
className=
"left-banner"
>
<
div
><
img
src=
{
require
(
"../../common/images/logo.png"
)
}
alt=
""
style=
{
{
width
:
60
,
height
:
61
}
}
/></
div
>
<
div
className=
"name"
>
小麦
云课堂
</
div
>
<
div
className=
"name"
>
小麦
企培
</
div
>
<
div
className=
"desc"
>
一键开启直播授课 让知识更有价值
</
div
>
</
div
>
<
div
className=
"login-box"
>
...
...
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