forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-10 c935312f14761bb107d220693eaeb5e183021028
SunshineIns/src/view/LoginView/index.jsx
@@ -15,8 +15,8 @@
  constructor(props) {
    super(props);
    this.state = {
      userName: '',
      password: ''
      userName: 'admin',
      password: 'admin123456@'
    };
  }
  onChangeUserName = (e) => {