yxh
yxh
2024-02-05 707e0ab1beeed7f34a4f10f963bb3b9060fcb9f4
src/api/project/message.js
@@ -19,8 +19,8 @@
// 修改系统消息
export function updateSystemmessage(data) {
    return request({
      url: '/project/systemmessage',
      method: 'put',
      url: '/project/systemmessage/edit',
      method: 'post',
      data: data
    })
  }