Skip to content

Commit

Permalink
style(bg): 删除loginbg、api等
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Aug 28, 2020
1 parent f6c5288 commit 27091ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/api/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import axios from '@/plugins/axios';

// 用户登录
export function login(userInfo):any {
export function login(userInfo): any {
return axios({
url: '/user/login',
method: 'post',
Expand Down Expand Up @@ -55,13 +55,3 @@ export function findByNames(names) {
},
});
}

/**
* 统计在线人数
*/
export function onlineNumbers() {
return axios({
url: '/users/olCount',
method: 'post',
});
}
Binary file removed src/assets/login/loginbg.jpg
Binary file not shown.

0 comments on commit 27091ee

Please sign in to comment.