dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_web
吉安感知网项目-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:更新报告
chenyao
2026-01-23
d3e4398e2277b42ef4d1bdc2933dd2589d3a19d3
[jagzwxm/ja_web.git]
/
applications
/
task-work-order
/
src
/
api
/
zkxt
/
index.js
1
2
3
4
5
6
7
8
9
import request from '@/axiosXT'
export const loginWithMiniProgramApi = (data) => {
return request({
url: `/auth/loginWithMiniProgram`,
method: 'post',
data,
})
}