qinxianzhangyao
2024-03-08 1fc3fe586a17f5ddf6717f58d1fb1e5a0a9c48f7
src/api/system/tijian.js
@@ -21,7 +21,7 @@
// 每个项目
export function projectGetList() {
  return request({
    url: '/hosp/project/getlist',
    url: '/hosp/project/getDxList',
    method: 'get',
  })
}
@@ -141,3 +141,10 @@
   
  })
}
export function getconfigKey(configKey) {
  return request({
    url: '/system/config/configKey/' + configKey,
    method: 'get'
  })
}