forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-03-09 9ed9a0363f9f1ef22d143ab9f529ae161cc1afc4
SunshineIns/src/view/LoginView/index.jsx
@@ -15,8 +15,8 @@
  constructor(props) {
    super(props);
    this.state = {
      userName: '',
      password: ''
      userName: 'admin',
      password: 'admin123456@'
    };
  }
  onChangeUserName = (e) => {