From b394642dcb7fce6c51edc9b9d52f5555bfd48912 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 22 Jan 2024 08:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=20api=20?= =?UTF-8?q?=E5=BC=95=E5=85=A5=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/platform/provider/apple/app.js | 2 +- sheep/platform/provider/wechat/miniProgram.js | 2 +- sheep/platform/provider/wechat/openPlatform.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sheep/platform/provider/apple/app.js b/sheep/platform/provider/apple/app.js index 235efb7a..c1c91493 100644 --- a/sheep/platform/provider/apple/app.js +++ b/sheep/platform/provider/apple/app.js @@ -1,4 +1,4 @@ -import third from '@/sheep/api/third'; +// import third from '@/sheep/api/third'; // TODO 芋艿:等后面搞 App 再弄 const login = () => { diff --git a/sheep/platform/provider/wechat/miniProgram.js b/sheep/platform/provider/wechat/miniProgram.js index 59e8915b..c699aea6 100644 --- a/sheep/platform/provider/wechat/miniProgram.js +++ b/sheep/platform/provider/wechat/miniProgram.js @@ -1,4 +1,4 @@ -import third from '@/sheep/api/third'; +// import third from '@/sheep/api/third'; import AuthUtil from '@/sheep/api/member/auth'; import SocialApi from '@/sheep/api/member/social'; import UserApi from '@/sheep/api/member/user'; diff --git a/sheep/platform/provider/wechat/openPlatform.js b/sheep/platform/provider/wechat/openPlatform.js index 5735f0ed..bab8c736 100644 --- a/sheep/platform/provider/wechat/openPlatform.js +++ b/sheep/platform/provider/wechat/openPlatform.js @@ -1,5 +1,5 @@ // 登录 -import third from '@/sheep/api/third'; +// import third from '@/sheep/api/third'; import SocialApi from '@/sheep/api/member/social'; // TODO 芋艿:等后面搞 App 再弄