From 47a77ff0464d07981b68709117d51cf85a6aff8e Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Mon, 7 Oct 2024 17:37:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/api/shops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/src/api/shops.js b/manager/src/api/shops.js index f45954b5..6ff42f6c 100644 --- a/manager/src/api/shops.js +++ b/manager/src/api/shops.js @@ -1,5 +1,5 @@ // 统一请求路径前缀在libs/axios.js中修改 -import {getRequest, postRequest, putRequest} from '@/libs/axios'; +import {getRequest, postRequest, putRequest,deleteRequest} from '@/libs/axios'; //查询店铺列表 export const getBillPage = (params) => {