From 50f94bfee4c58b864e335269d698a26f48b75ccb Mon Sep 17 00:00:00 2001
From: Vben <anncwb@126.com>
Date: 星期日, 06 六月 2021 15:12:15 +0800
Subject: [PATCH] chore(axios): remove useless code

---
 src/utils/http/axios/axiosTransform.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/http/axios/axiosTransform.ts b/src/utils/http/axios/axiosTransform.ts
index 27f9ba3..c4f0adf 100644
--- a/src/utils/http/axios/axiosTransform.ts
+++ b/src/utils/http/axios/axiosTransform.ts
@@ -5,7 +5,7 @@
 import type { RequestOptions, Result } from './types';
 
 export interface CreateAxiosOptions extends AxiosRequestConfig {
-  prefixUrl?: string;
+  urlPrefix?: string;
   transform?: AxiosTransform;
   requestOptions?: RequestOptions;
 }

--
Gitblit v1.8.0