dashboard
repositories
filestore
activity
search
login
main
/
responseApp
自然灾害uni-app前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
响应反馈
zhouwenxuan
2023-08-01
242945e6e4708a2ae6ac896ba62241fffe456dac
[responseApp.git]
/
api
/
index.js
1
2
3
4
5
6
7
8
9
import {service} from '../common/request.js';
export function login(data) {
return service({
url: '/account/auth/login',
method: 'POST',
data
})
}