11
WXL
2024-03-14 1c08c6dcbe0f81bd8cff8a363e0d6f5c996474be
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
    })
  }