From 2f60f3cb701eb197874fa490374f33c85ffb6679 Mon Sep 17 00:00:00 2001 From: wkj <278599135@.com> Date: Tue, 27 Feb 2024 09:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E7=89=88=E6=96=87=E4=BB=B6=20@oak-fro?= =?UTF-8?q?ntend-base=E8=B7=AF=E5=BE=84=E5=BC=95=E7=94=A8=E6=94=B9?= =?UTF-8?q?=E6=88=90=E5=85=B7=E4=BD=93=E8=B7=AF=E5=BE=84=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/wechatMp/src/utils/polyfill.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/wechatMp/src/utils/polyfill.ts b/template/wechatMp/src/utils/polyfill.ts index 74c303a..e089059 100644 --- a/template/wechatMp/src/utils/polyfill.ts +++ b/template/wechatMp/src/utils/polyfill.ts @@ -1,4 +1,4 @@ -import '@oak-frontend-base/utils/wx.polyfill'; +import 'oak-frontend-base/es/utils/wx.polyfill'; Object.assign(global, { /** * 封装wx环境下的fetch,注意有部分属性并非完全吻合,请谨慎使用