dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_web
吉安感知网项目-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: app
罗广辉
2026-01-22
d2ce7075ce86dde749d7c7485c5951a2bb92ebfb
[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,
});
};