From d03ee7792f58188425bad69373732a22393c421e Mon Sep 17 00:00:00 2001 From: SjS Date: Mon, 21 Apr 2025 18:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=85=E9=9A=9C=E5=AE=A1=E6=A0=B8=E5=92=8C?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=AE=A1=E6=A0=B8=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/bst/ad.js | 9 + src/views/bst/ad/index.vue | 802 +++++++++++++++++++++---------------- 2 files changed, 466 insertions(+), 345 deletions(-) diff --git a/src/api/bst/ad.js b/src/api/bst/ad.js index a0f057e..19a5e54 100644 --- a/src/api/bst/ad.js +++ b/src/api/bst/ad.js @@ -42,3 +42,12 @@ export function delAd(adId) { method: 'delete' }) } + + +export function handleAudit(data){ + return request({ + url: '/bst/ad/handle', + method: 'put', + data: data + }) +} diff --git a/src/views/bst/ad/index.vue b/src/views/bst/ad/index.vue index c703a5e..fa687ee 100644 --- a/src/views/bst/ad/index.vue +++ b/src/views/bst/ad/index.vue @@ -1,353 +1,465 @@ -