pages/login/userPassword.vue
@@ -7,7 +7,7 @@ clearable maxlength="32" type="text" placeholder="请输入用户名" placeholder="请输入手机号" prefixIcon="account" prefixIconStyle="font-size: 22px;color: #909399" ></u--input> @@ -43,10 +43,10 @@ }, data() { return { username: '12222222222', // 客户 username: '', // 客户 // username:'13333333331',//货代 // username: '13333333332',// 司机 password: '123456', password: '', remember: true, baseUrl: '' };