From 66f214e66e4066999f4148224af93e0288fcea93 Mon Sep 17 00:00:00 2001 From: jyx <2012969435@qq.com> Date: Thu, 19 Sep 2024 09:38:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E7=AE=A1=E7=90=86h5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/login.js | 8 +++++ src/pages/detail/index.vue | 11 +++--- src/pages/index/index.vue | 72 ++++++++++++++++++++++++++++++-------- src/pages/login/index.vue | 2 +- 4 files changed, 73 insertions(+), 20 deletions(-) diff --git a/src/api/login.js b/src/api/login.js index 4faa8a5..213fd72 100644 --- a/src/api/login.js +++ b/src/api/login.js @@ -39,4 +39,12 @@ export const outbound = (data) => { data, }); }; +//查询哪些画作可以拿来添加或者更换 +export const creChangepainting = (data) => { + return request({ + url: "/containeradm/v1/painting_bucket/select_painting", + method: "POST", + data, + }); +}; \ No newline at end of file diff --git a/src/pages/detail/index.vue b/src/pages/detail/index.vue index 1909b0f..7312837 100644 --- a/src/pages/detail/index.vue +++ b/src/pages/detail/index.vue @@ -1,14 +1,14 @@