11
WXL
2024-02-20 4fbeee3784d4be5483ed7ec9e00a875d66bc9ed0
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
    })
  }