wq 5 years ago
parent
commit
8003605695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

@@ -44,7 +44,7 @@ export default {
   methods: {
   methods: {
     ...login(['create']),
     ...login(['create']),
     async onSubmit() {
     async onSubmit() {
-      this.form.type = '2';
+      this.form.type = '1';
       let data = this.form;
       let data = this.form;
       console.log(data);
       console.log(data);
       const result = await this.create(data);
       const result = await this.create(data);