11
WXL
2024-07-26 d839943b0d194c14c1599f81a17105e7223a5075
src/api/project/message.js
@@ -13,14 +13,13 @@
    return request({
      url: `/project/systemmessage/${id}`,
      method: 'get',
    })
  }
// 修改系统消息
export function updateSystemmessage(data) {
    return request({
      url: '/project/systemmessage',
      method: 'put',
      url: '/project/systemmessage/edit',
      method: 'post',
      data: data
    })
  }