Browse Source

(*)项目名称调整

master
zmh 2 years ago
parent
commit
0b5b909e06
  1. 2
      web/client/src/index.js
  2. 2
      web/client/src/layout/components/header/index.js
  3. 2
      web/client/src/sections/auth/containers/login.js

2
web/client/src/index.js

@ -4,4 +4,4 @@ import React from 'react';
import { render } from 'react-dom';
import App from './app';
render((<App projectName="项目运管调度平台" />), document.getElementById('App'));
render((<App projectName="政务数据资源中心" />), document.getElementById('App'));

2
web/client/src/layout/components/header/index.js

@ -39,7 +39,7 @@ const Header = props => {
}
</span>
<div className={styles['header-title']} style={{}}>
<img src='/assets/images/logo.png' style={{ margin: '0 12px 4px 12px', height: 42, borderRadius: 4 }} />项目运管调度平台
<img src='/assets/images/logo.png' style={{ margin: '0 12px 4px 12px', height: 42, borderRadius: 4 }} />政务数据资源中心
</div>
</div>
<div id="nav" className={styles['header-nav']}>

2
web/client/src/sections/auth/containers/login.js

@ -116,7 +116,7 @@ const Login = props => {
justifyContent: 'space-around'
}}>
<p style={{ fontSize: 30, fontWeight: 'bold', textAlign: 'center' }}>
项目运管调度平台
政务数据资源中心
</p>
<Tabs defaultActiveKey="1" animated={true} onChange={(k) => {
setCurTabKey(k)

Loading…
Cancel
Save