qx
5 天以前 201e38e8f961269c3961e0709563338536196242
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({