From eedfb8fa8d1eeb83554081f5785f832f45a64f3a Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期日, 11 五月 2025 12:29:23 +0800 Subject: [PATCH] 提交页面script加上name命名 --- src/api/basicData/shop.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/basicData/shop.js b/src/api/basicData/shop.js index 35f81b1..4d69407 100644 --- a/src/api/basicData/shop.js +++ b/src/api/basicData/shop.js @@ -42,3 +42,12 @@ method: 'delete' }) } + +// 鏌ヨ杞﹂棿鍒楄〃 +export function listAll_shop(query) { + return request({ + url: '/aps/aps_shop/listAll', + method: 'get', + params: query + }) +} \ No newline at end of file -- Gitblit v1.9.3