Browse Source

Merge branch 'dev' of https://gitea.anxinyun.cn/gao.zhiyuan/Highways4Good into dev

release_0.0.1
wangyue 3 years ago
parent
commit
b299cd97c3
  1. 2
      weapp/src/app.config.js
  2. 2
      web/client/src/sections/auth/containers/login.js

2
weapp/src/app.config.js

@ -23,7 +23,7 @@ export default {
'pagePath': 'pages/home/index', 'pagePath': 'pages/home/index',
'iconPath': 'static/img/tabbar/shouye.png', 'iconPath': 'static/img/tabbar/shouye.png',
'selectedIconPath': 'static/img/tabbar/shouye-active.png', 'selectedIconPath': 'static/img/tabbar/shouye-active.png',
'text': '巡查' 'text': '首页'
}, },
{ {
'pagePath': 'pages/user/index', 'pagePath': 'pages/user/index',

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

@ -59,7 +59,7 @@ const Login = props => {
<div className='left'></div> <div className='left'></div>
<div className='right'> <div className='right'>
<div className='loginBox'> <div className='loginBox'>
<h1>智慧应急</h1> <h1>四好公路</h1>
<Form onKeyDown={enterHandler}> <Form onKeyDown={enterHandler}>
<FormItem> <FormItem>

Loading…
Cancel
Save