yxh
yxh
2024-01-05 26c14f0c6defe02f2b6f15b498bcd454461ee7a8
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
    })
  }