dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_app
智慧保安互联网APP
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
地址替换
zengh
2022-06-21
4efeb31d5b4921d7e851c256009486ad86bc70e2
[zhba/zhba_app.git]
/
api
/
demo.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import http from '@/http/api.js'
// 获取验证码
const captcha = (data) => {
return http.request({
url: '/blade-auth/oauth/captcha',
method: 'GET',
data
})
}
export default {
captcha,
}