forked from nsjcy/frontEnd/nsjcy

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