forked from nsjcy/frontEnd/nsjcy

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