From f6e5fe29726780bf6477798d880fc9bb2301d27d Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 10 Feb 2023 18:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/observer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/observer.js b/src/common/observer.js index b90e9bd7..25b0546e 100644 --- a/src/common/observer.js +++ b/src/common/observer.js @@ -1,4 +1,4 @@ -import http from "./request" +import http from "./http" /** * 观察者工具对象,用于前端接口监测