CRM_26-03-31#story#8372,服务商KPI看板设置埋点及支持数据导出需求--中心组

This commit is contained in:
2026-03-26 11:49:44 +08:00
parent e288d1e180
commit c05bdb361b
3 changed files with 48 additions and 1 deletions

View File

@@ -177,3 +177,23 @@ export function getNewVersion(key){
params: key
})
}
export function getLog(data){
// 添加log
return request({
url: '/ureport/pageView/save',
method:'POST',
contentType:'application/json',
data
})
}
//获取最新版本
export function getUserBO(){
return request({
url: '/base/user/getUserBO',
method:'POST',
})
}