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
39ece05e
Commit
39ece05e
authored
Jan 12, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改标题的名称
parent
09babd22
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/index.html
+2
-2
src/modules/root/Header.tsx
+1
-1
src/modules/root/Login.jsx
+1
-1
No files found.
src/index.html
View file @
39ece05e
...
@@ -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: zhangleyuan
* @LastEditors: zhangleyuan
* @LastEditTime: 202
0-12-30 13:58:49
* @LastEditTime: 202
1-01-12 15:26:36
* @Description:
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
-->
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
work correctly both with client-side routing and a non-root public URL.
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`.
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>
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"//g.alicdn.com/sd/ncpc/nc.js?t=2015052012"
></script>
</head>
</head>
...
...
src/modules/root/Header.tsx
View file @
39ece05e
...
@@ -94,7 +94,7 @@ function Header(props:headerProps){
...
@@ -94,7 +94,7 @@ function Header(props:headerProps){
<
div
>
<
div
>
<
img
src=
{
logoImg
}
className=
"logo"
alt=
""
/>
<
img
src=
{
logoImg
}
className=
"logo"
alt=
""
/>
{
menuType
&&
(
{
menuType
&&
(
<
span
className=
"logo-name"
>
小麦
云课堂
</
span
>
<
span
className=
"logo-name"
>
小麦
企培
</
span
>
)
}
)
}
</
div
>
</
div
>
{
menuType
?
(
{
menuType
?
(
...
...
src/modules/root/Login.jsx
View file @
39ece05e
...
@@ -113,7 +113,7 @@ function Login(props) {
...
@@ -113,7 +113,7 @@ function Login(props) {
<
div
className=
"login-main"
>
<
div
className=
"login-main"
>
<
div
className=
"left-banner"
>
<
div
className=
"left-banner"
>
<
div
><
img
src=
{
require
(
"../../common/images/logo.png"
)
}
alt=
""
style=
{
{
width
:
60
,
height
:
61
}
}
/></
div
>
<
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
className=
"desc"
>
一键开启直播授课 让知识更有价值
</
div
>
</
div
>
</
div
>
<
div
className=
"login-box"
>
<
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