mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增项目信息修改功能
This commit is contained in:
@@ -42,7 +42,7 @@ export const saveProjectApi = async (data: object) => {
|
||||
}
|
||||
}
|
||||
|
||||
// * 修改项目
|
||||
// * 修改项目基础信息
|
||||
export const updateProjectApi = async (data: object) => {
|
||||
try {
|
||||
const res = await http(RequestHttpEnum.POST)(`${ModuleTypeEnum.PROJECT}/edit`, data);
|
||||
|
||||
Reference in New Issue
Block a user