Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
project
jinfa-admin
Commits
5333f47b
Commit
5333f47b
authored
Jan 17, 2022
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 去掉有关数商云相关title
parent
b6262c5a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
7 deletions
+6
-7
config.ts
config/config.ts
+1
-1
zh-CN.ts
src/locales/zh-CN.ts
+2
-3
document.ejs
src/pages/document.ejs
+1
-1
topbar.tsx
...components/WebDesignPanel/components/WebLayout/topbar.tsx
+1
-1
index.tsx
src/pages/user/login/index.tsx
+1
-1
No files found.
config/config.ts
View file @
5333f47b
...
...
@@ -28,7 +28,7 @@ if (PRO_ENV) {
export
default
defineConfig
({
title
:
'
瓴犀
平台后台'
,
title
:
'平台后台'
,
// 如需写入环境变量 需在config中先写入
define
:
{
"process.env.SITE_ID"
:
process
.
env
.
SITE_ID
||
1
,
...
...
src/locales/zh-CN.ts
View file @
5333f47b
...
...
@@ -2,7 +2,7 @@ import menu from './zh-CN/menu'
import
basicsSetting
from
'./zh-CN/basicsSetting'
export
default
{
'global.siteName'
:
'
瓴犀
'
,
'global.siteName'
:
'
中国站
'
,
...
menu
,
...
basicsSetting
}
\ No newline at end of file
}
src/pages/document.ejs
View file @
5333f47b
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"/static/imgs/Fav.jpg"
/>
<title>
瓴犀
平台后台
</title>
<title>
平台后台
</title>
</head>
<body>
<div
id=
"root"
></div>
...
...
src/pages/marketingManage/marketing/marketingActivitiesManagement/activePage/fixtures/components/WebDesignPanel/components/WebLayout/topbar.tsx
View file @
5333f47b
...
...
@@ -13,7 +13,7 @@ const TopBar = () => {
<
div
className=
{
styles
.
topBar
}
>
<
div
className=
{
styles
[
'topBar-content'
]
}
>
<
div
>
<
div
>
瓴犀
企业商城
</
div
>
<
div
>
企业商城
</
div
>
</
div
>
<
div
className=
{
styles
.
right
}
>
<
div
className=
{
styles
.
toLogin
}
>
你好,请登录
</
div
>
...
...
src/pages/user/login/index.tsx
View file @
5333f47b
...
...
@@ -125,7 +125,7 @@ class Index extends Component<{}, IndexState> {
<
Row
align=
"middle"
>
<
Col
span=
{
8
}
>
<
div
className=
"left-text"
>
<
h1
>
数商云
</
h1
>
<
h1
></
h1
>
<
h3
>
B2B业务中台运营平台
</
h3
>
</
div
>
</
Col
>
...
...
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