🐛 修复 api 引入报错
parent
70fae5787b
commit
b394642dcb
|
@ -1,4 +1,4 @@
|
||||||
import third from '@/sheep/api/third';
|
// import third from '@/sheep/api/third';
|
||||||
// TODO 芋艿:等后面搞 App 再弄
|
// TODO 芋艿:等后面搞 App 再弄
|
||||||
|
|
||||||
const login = () => {
|
const login = () => {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import third from '@/sheep/api/third';
|
// import third from '@/sheep/api/third';
|
||||||
import AuthUtil from '@/sheep/api/member/auth';
|
import AuthUtil from '@/sheep/api/member/auth';
|
||||||
import SocialApi from '@/sheep/api/member/social';
|
import SocialApi from '@/sheep/api/member/social';
|
||||||
import UserApi from '@/sheep/api/member/user';
|
import UserApi from '@/sheep/api/member/user';
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// 登录
|
// 登录
|
||||||
import third from '@/sheep/api/third';
|
// import third from '@/sheep/api/third';
|
||||||
import SocialApi from '@/sheep/api/member/social';
|
import SocialApi from '@/sheep/api/member/social';
|
||||||
|
|
||||||
// TODO 芋艿:等后面搞 App 再弄
|
// TODO 芋艿:等后面搞 App 再弄
|
||||||
|
|
Loading…
Reference in New Issue