1
wwl
4 天以前 55ed081b8414698e6e3b7d76c5c4032f264fb53f
src/api/system/config.js
@@ -33,7 +33,14 @@
    data: data
  })
}
// 新增参数配置
export function yidu(data) {
  return request({
    url: '/system/notice/readNotice ',
    method: 'post',
    data: data
  })
}
// 修改参数配置
export function updateConfig(data) {
  return request({