Skip to content

Commit

Permalink
UI: 更新 Title
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-hui committed Apr 1, 2024
1 parent 67744bd commit 8682f2b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Language : 🇺🇸 | [🇨🇳](./README.zh-CN.md)

<h1 align="center">WeCoding IAM</h1>
<h1 align="center">WECODING IAM</h1>

<div align="center">

Expand Down
2 changes: 1 addition & 1 deletion config/defaultSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Settings: ProLayoutProps & {
fixedHeader: true,
fixSiderbar: true,
colorWeak: false,
title: 'WeCoding IAM',
title: 'WECODING IAM',
pwa: true,
splitMenus: false,
siderMenuType: 'group',
Expand Down
4 changes: 2 additions & 2 deletions config/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ export default {
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
'/api/': {
// 要代理的地址
target: 'http://localhost:8001',
target: 'http://118.89.82.122:8000',
// 配置了这个可以从 http 代理到 https
// 依赖 origin 的功能可能需要这个,比如 cookie
changeOrigin: true,
},
'/login/': {
// 要代理的地址
target: 'http://localhost:8001',
target: 'http://118.89.82.122:8000',
// 配置了这个可以从 http 代理到 https
// 依赖 origin 的功能可能需要这个,比如 cookie
changeOrigin: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iam-frontend",
"version": "0.1.0",
"private": true,
"description": "WeCoding IAM",
"description": "WECODING IAM",
"scripts": {
"analyze": "cross-env ANALYZE=1 max build",
"build": "max build",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
'layout.user.link.help': '帮助',
'layout.user.link.privacy': '隐私',
'layout.user.link.terms': '条款',
'app.copyright.produced': 'WeCoding. All Rights Reserved.',
'app.copyright.produced': 'WECODING. All Rights Reserved.',
'app.copyright.website': '在线预览',
'app.copyright.helpDoc': '帮助文档',
'app.preview.down.block': '下载此页面到本地项目',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-CN/pages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
'pages.layouts.userLayout.title': '欢迎使用 WeCoding 统一身份认证中心',
'pages.layouts.userLayout.title': '欢迎使用 WECODING 统一身份认证中心',

'pages.searchTable.titleOption': '操作',
'pages.searchTable.no': '序号',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Login: React.FC = () => {
<ProCard className={`${prefixCls}-login-card`}>
<LoginForm
className={`${prefixCls}-login-form`}
title="WeCoding"
title="WECODING"
subTitle={intl.formatMessage(INTL.LOGIN_CARD_SUB_TITLE)}
initialValues={{
autoLogin: true,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const Welcome: React.FC = () => {
color: token.colorTextHeading,
}}
>
欢迎使用 WeCoding 统一身份认证中心
欢迎使用 WECODING 统一身份认证中心
</div>
<p
style={{
Expand Down

0 comments on commit 8682f2b

Please sign in to comment.