Skip to content

Commit 8682f2b

Browse files
committed
UI: 更新 Title
1 parent 67744bd commit 8682f2b

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Language : 🇺🇸 | [🇨🇳](./README.zh-CN.md)
22

3-
<h1 align="center">WeCoding IAM</h1>
3+
<h1 align="center">WECODING IAM</h1>
44

55
<div align="center">
66

config/defaultSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Settings: ProLayoutProps & {
1515
fixedHeader: true,
1616
fixSiderbar: true,
1717
colorWeak: false,
18-
title: 'WeCoding IAM',
18+
title: 'WECODING IAM',
1919
pwa: true,
2020
splitMenus: false,
2121
siderMenuType: 'group',

config/proxy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ export default {
1515
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
1616
'/api/': {
1717
// 要代理的地址
18-
target: 'http://localhost:8001',
18+
target: 'http://118.89.82.122:8000',
1919
// 配置了这个可以从 http 代理到 https
2020
// 依赖 origin 的功能可能需要这个,比如 cookie
2121
changeOrigin: true,
2222
},
2323
'/login/': {
2424
// 要代理的地址
25-
target: 'http://localhost:8001',
25+
target: 'http://118.89.82.122:8000',
2626
// 配置了这个可以从 http 代理到 https
2727
// 依赖 origin 的功能可能需要这个,比如 cookie
2828
changeOrigin: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iam-frontend",
33
"version": "0.1.0",
44
"private": true,
5-
"description": "WeCoding IAM",
5+
"description": "WECODING IAM",
66
"scripts": {
77
"analyze": "cross-env ANALYZE=1 max build",
88
"build": "max build",

src/locales/zh-CN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
'layout.user.link.help': '帮助',
1010
'layout.user.link.privacy': '隐私',
1111
'layout.user.link.terms': '条款',
12-
'app.copyright.produced': 'WeCoding. All Rights Reserved.',
12+
'app.copyright.produced': 'WECODING. All Rights Reserved.',
1313
'app.copyright.website': '在线预览',
1414
'app.copyright.helpDoc': '帮助文档',
1515
'app.preview.down.block': '下载此页面到本地项目',

src/locales/zh-CN/pages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
'pages.layouts.userLayout.title': '欢迎使用 WeCoding 统一身份认证中心',
2+
'pages.layouts.userLayout.title': '欢迎使用 WECODING 统一身份认证中心',
33

44
'pages.searchTable.titleOption': '操作',
55
'pages.searchTable.no': '序号',

src/pages/Login/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const Login: React.FC = () => {
5858
<ProCard className={`${prefixCls}-login-card`}>
5959
<LoginForm
6060
className={`${prefixCls}-login-form`}
61-
title="WeCoding"
61+
title="WECODING"
6262
subTitle={intl.formatMessage(INTL.LOGIN_CARD_SUB_TITLE)}
6363
initialValues={{
6464
autoLogin: true,

src/pages/Welcome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const Welcome: React.FC = () => {
114114
color: token.colorTextHeading,
115115
}}
116116
>
117-
欢迎使用 WeCoding 统一身份认证中心
117+
欢迎使用 WECODING 统一身份认证中心
118118
</div>
119119
<p
120120
style={{

0 commit comments

Comments
 (0)