qingyiay
2023-07-02 07b5244ba8572922728f2663883915861554e7e0
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: ''
      };