From 7ee41dc699dce7c2ba99b10ae74bae7b6191c1d1 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 27 Nov 2023 14:27:00 +0800 Subject: [PATCH] =?UTF-8?q?2023-11-27=20=E6=95=B0=E6=8D=AE=E5=AF=B9?= =?UTF-8?q?=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/other/index.js | 8 +++ src/views/other/repeat.vue | 110 +++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 src/views/other/repeat.vue diff --git a/src/api/other/index.js b/src/api/other/index.js index 59bae55..663d400 100644 --- a/src/api/other/index.js +++ b/src/api/other/index.js @@ -7,3 +7,11 @@ export function ossLogin (data) { data }) } + +export function repeatCustomerList (params) { + return request({ + url: '/api/admin/repeat-customer-list', + method: 'get', + params + }) +} diff --git a/src/views/other/repeat.vue b/src/views/other/repeat.vue new file mode 100644 index 0000000..7781485 --- /dev/null +++ b/src/views/other/repeat.vue @@ -0,0 +1,110 @@ + + + + +