fangq hace 4 años
padre
commit
a0d516d558
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/system/login-test.vue

+ 1 - 1
src/views/system/login-test.vue

@@ -59,7 +59,7 @@
           });
         },
         test3(){
-          testNotice("123").then(res => {
+          testNotice(this.form.account).then(res => {
             console.log('testNotice-test3');
             const data = res.data.data;
             if (res.data.code == 200){