From afe27a75a4c99d68ea8eace85ae136656ddd04ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 5 Jan 2024 17:41:24 +0800 Subject: [PATCH] =?UTF-8?q?http=E6=B6=88=E8=B4=B9=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/http/order.vue | 1 - src/components/http/payments.vue | 44 ++++++++++++++++++++++++++++++++ src/components/user/index.vue | 1 + src/router/index.js | 5 ++++ 4 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 src/components/http/payments.vue diff --git a/src/components/http/order.vue b/src/components/http/order.vue index 5d2946a..787697d 100644 --- a/src/components/http/order.vue +++ b/src/components/http/order.vue @@ -58,7 +58,6 @@ export default { get() { this.$api.post(this.$api.phpURL + "http/admin/get_order_list", this.searchModel).then(res => { this.retData = res; - console.log(res) }); }, } diff --git a/src/components/http/payments.vue b/src/components/http/payments.vue new file mode 100644 index 0000000..1f6d79b --- /dev/null +++ b/src/components/http/payments.vue @@ -0,0 +1,44 @@ + + diff --git a/src/components/user/index.vue b/src/components/user/index.vue index ac04296..fcfbbf7 100644 --- a/src/components/user/index.vue +++ b/src/components/user/index.vue @@ -32,6 +32,7 @@ --> +