fangq 4 年之前
父節點
當前提交
a0d516d558
共有 1 個文件被更改,包括 1 次插入1 次删除
  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){