forked from nsjcy/frontEnd/nsjcy

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