qx
3 天以前 59dd5c96e8bca3341d1166a9a350f0731436817b
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({