From 9ee91892edeb1bdf03e728f36212f0a734b333ea Mon Sep 17 00:00:00 2001 From: tantao <1416249906@qq.com> Date: Thu, 25 Aug 2022 14:40:56 +0800 Subject: [PATCH] =?UTF-8?q?mock=EF=BC=9A=E6=A8=A1=E6=8B=9F=E7=9C=9F?= =?UTF-8?q?=E5=AE=9E=E7=9A=84=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/home.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/home.ts b/src/api/home.ts index f087a31..6952eab 100644 --- a/src/api/home.ts +++ b/src/api/home.ts @@ -1,5 +1,5 @@ -import axiosInstance, { AxiosResponseProps } from '@/uitls/request' +import axiosInstance, { AxiosResponseProps } from '@/uitls/request'; -export const getList = (params: any) => { - return axiosInstance.get("/common/code/logisticsInfo/getOrderByPhone", { params: params || {} }); -} +export const getList = (params?: any) => { + return axiosInstance.get("http://yapi.smart-xwork.cn/mock/60279/bear/tabs", { params: params || {} }); +};