dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_web
吉安感知网项目-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:app调整
张含笑
2026-01-22
3391bcb2b07054bfa7406764fa0a68865ab98dac
[jagzwxm/ja_web.git]
/
uniapps
/
work-app
/
src
/
api
/
work
/
index1.js
1
2
3
4
5
6
7
8
9
import { request } from "@/utils/requestGd/index.js"
// 获取工单列表
export const getGdList = data => {
return request({
url: '/system/user/profile/update',
method: 'post',
data,
});
};