|
@@ -247,10 +247,10 @@ class Login extends Component {
|
|
|
color='#FFF'
|
|
|
onHome={() => { }}
|
|
|
/>
|
|
|
- <Image src={LOGO} className="logo" mode='heightFix' />
|
|
|
+ {/* <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 />
|
|
@@ -330,7 +330,7 @@ class Login extends Component {
|
|
|
暂无账号?请联系管理员进行添加
|
|
|
</View>
|
|
|
<View className='company'>
|
|
|
- 湖南科德信息咨询集团有限公司
|
|
|
+ {/* 湖南科德信息咨询集团有限公司 */}
|
|
|
</View>
|
|
|
</View>
|
|
|
<AtModal
|