Commit 9df4534c authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 去掉数商云相关文案

parent 417611cd
## god-template ## god-template
### 为数商云&醒电构建项目提供react脚手架模板 ### 为&醒电构建项目提供react脚手架模板
- god页面模板, 依赖于[umi](https://umijs.org/), 更多配置可以查看 - god页面模板, 依赖于[umi](https://umijs.org/), 更多配置可以查看
- god组件库[文档](http://10.0.0.22:8080/) - god组件库[文档](http://10.0.0.22:8080/)
...@@ -24,4 +24,4 @@ ...@@ -24,4 +24,4 @@
1. 样式 1. 样式
- 全局样式需写在src/global/global.less下, 涉及到color, size之类的属性尽量变量化 并且储存在/styles/theme.less中 - 全局样式需写在src/global/global.less下, 涉及到color, size之类的属性尽量变量化 并且储存在/styles/theme.less中
"umi-plugin-antd-theme": "^2.1.2" "umi-plugin-antd-theme": "^2.1.2"
\ No newline at end of file
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
'common.error.diannaoweilianjie': '电脑未连接到网络', 'common.error.diannaoweilianjie': '电脑未连接到网络',
'common.error.fanghuoqianghuosha': '防火墙或杀毒软件阻止', 'common.error.fanghuoqianghuosha': '防火墙或杀毒软件阻止',
'common.error.shuaxinyemianshi': '刷新页面试试', 'common.error.shuaxinyemianshi': '刷新页面试试',
'common.error.shushangyunfu': '数商云服务', 'common.error.shushangyunfu': '服务',
/** 其他 */ /** 其他 */
'common.money': '¥', 'common.money': '¥',
......
...@@ -28,7 +28,7 @@ const NoFoundPage: React.FC<{}> = () => { ...@@ -28,7 +28,7 @@ const NoFoundPage: React.FC<{}> = () => {
</div> </div>
</Col> </Col>
<Col span={12}> <Col span={12}>
<img className={styles.image} src={Img} alt={intl.formatMessage({ id: 'common.error.shushangyunfu', defaultMessage: '数商云服务' })}/> <img className={styles.image} src={Img} alt={intl.formatMessage({ id: 'common.error.shushangyunfu', defaultMessage: '服务' })}/>
</Col> </Col>
</Row> </Row>
</div> </div>
......
...@@ -33,7 +33,7 @@ const NoFoundPage: React.FC<{}> = () => { ...@@ -33,7 +33,7 @@ const NoFoundPage: React.FC<{}> = () => {
</div> </div>
</Col> </Col>
<Col span={12}> <Col span={12}>
<img className={styles.image} src={Img} alt={intl.formatMessage({ id: 'common.error.shushangyunfu', defaultMessage: '数商云服务' })} /> <img className={styles.image} src={Img} alt={intl.formatMessage({ id: 'common.error.shushangyunfu', defaultMessage: '服务' })} />
</Col> </Col>
</Row> </Row>
</div> </div>
......
...@@ -33,7 +33,7 @@ const InternetError: React.FC<{}> = () => { ...@@ -33,7 +33,7 @@ const InternetError: React.FC<{}> = () => {
</div> </div>
</Col> </Col>
<Col span={12}> <Col span={12}>
<img className={styles.image} src={Img} alt={intl.formatMessage({ id: 'common.error.shushangyunfu', defaultMessage: '数商云服务' })} /> <img className={styles.image} src={Img} alt={intl.formatMessage({ id: 'common.error.shushangyunfu', defaultMessage: '服务' })} />
</Col> </Col>
</Row> </Row>
</div> </div>
......
...@@ -256,7 +256,7 @@ const UserRegistry = () => { ...@@ -256,7 +256,7 @@ const UserRegistry = () => {
<title>{intl.formatMessage({id: 'user.yonghuzhuce'})}</title> <title>{intl.formatMessage({id: 'user.yonghuzhuce'})}</title>
</Helmet> </Helmet>
<div className={cx('register', globalStyles.lingxiBusinessContent1024)}> <div className={cx('register', globalStyles.lingxiBusinessContent1024)}>
{/* <h3>欢迎您注册数商云账号</h3> */} {/* <h3>欢迎您注册账号</h3> */}
<div className={cx('registerBox', globalStyles.lingxiBusinessMarginContent)}> <div className={cx('registerBox', globalStyles.lingxiBusinessMarginContent)}>
<Steps current={current} className={'stepWrap'} size='small'> <Steps current={current} className={'stepWrap'} size='small'>
{stepList.map(v => <Steps.Step title={v.title} key={v.key}></Steps.Step>)} {stepList.map(v => <Steps.Step title={v.title} key={v.key}></Steps.Step>)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment