|
@@ -10,7 +10,8 @@ import { AtButton, AtIcon, AtModal } from 'taro-ui'
|
|
|
|
|
|
import NavBar from '../../components/common/NavBar';
|
|
|
|
|
|
-import BG from '../../image/bg.jpg';
|
|
|
+import BG from '../../image/bg.png';
|
|
|
+import LOGO from '../../image/kdjt.png';
|
|
|
|
|
|
import 'taro-ui/dist/style/components/button.scss';
|
|
|
import 'taro-ui/dist/style/components/loading.scss';
|
|
@@ -241,14 +242,15 @@ class Login extends Component {
|
|
|
}}>
|
|
|
<NavBar
|
|
|
extClass='NavBar'
|
|
|
- title='科德集团'
|
|
|
+ title={<Image src={LOGO} mode='heightFix' />}
|
|
|
background='#0000'
|
|
|
color='#FFF'
|
|
|
onHome={() => { }}
|
|
|
/>
|
|
|
+ <Image src={LOGO} className="logo" mode='heightFix' />
|
|
|
<View className='welcome'>
|
|
|
<Image src={BG} className='bg' mode='heightFix' />
|
|
|
- <View className='welcomeTitle'>科德信息管理</View>
|
|
|
+ <View className='welcomeTitle'>科德研发工时管理服务系统</View>
|
|
|
<View className='welcomeTitle'>欢迎您!</View>
|
|
|
</View>
|
|
|
<privacy />
|