dashboard
repositories
filestore
activity
search
login
main
/
Inspection-uniapp
巡检系统app
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
巡检任务跳转到上报事件时传递任务id,事件上报添加标题
guoshilong
2022-10-10
1cf2b3a08559db63d94c0fdc4e9520e13da76610
[Inspection-uniapp.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,
}