Преглед на файлове

🐛 修复 api 引入报错

YunaiV преди 1 година
родител
ревизия
b394642dcb
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      sheep/platform/provider/apple/app.js
  2. 1 1
      sheep/platform/provider/wechat/miniProgram.js
  3. 1 1
      sheep/platform/provider/wechat/openPlatform.js

+ 1 - 1
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 = () => {

+ 1 - 1
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';

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