付延余
2023-03-17 5b36142869f824399ab1ad1f0eaaea8ecf0ca83d
pages/login/userPassword.vue
@@ -43,7 +43,8 @@
   },
   data() {
      return {
         username: '18812345677',
         username: '18804050607',//客户
         // username: '18805080506',//王楠(司机)
         password: '123456',
         remember: true,
         baseUrl: ''
@@ -54,7 +55,7 @@
      //登录
      async submit() {
         uni.showLoading({
            title: '登陆中...'
            title: '登录中...'
         });
         //表单校验
         if (this.username.length === 0) {