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 再弄