qingyiay
2023-05-17 af436aa050f76584cd5cb88e413e45cd08c15d50
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: ''
      };