吉安感知网项目-前端
张含笑
2026-01-22 3391bcb2b07054bfa7406764fa0a68865ab98dac
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,
    });
};