Skip to content

Commit ecea771

Browse files
YunaiVgitee-org
authored andcommitted
!247 跟进 RuoYi-App,实现管理后台的移动端
Merge pull request !247 from 芋道源码/feature/yudao-ui-admin-uniapp
2 parents ff85d5f + 0d96c09 commit ecea771

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/api/login.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,6 @@ export function authorize(responseType, clientId, redirectUri, state,
134134
method: 'post'
135135
})
136136
}
137+
138+
export class socialBindLogin {
139+
}

src/store/modules/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {login, logout, getInfo, socialLogin, socialBindLogin, smsLogin} from '@/api/login'
2-
import {getAccessToken, setToken, removeToken, getRefreshToken} from '@/utils/auth'
2+
import {setToken, removeToken} from '@/utils/auth'
33

44
const user = {
55
state: {

0 commit comments

Comments
 (0)