1
wwl
7 天以前 137bbf301680d8fa637dfad7662b006bf1c43641
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({