MrShi
2025-09-24 0e555ff7887e46c5bdd9d8ca237f7ed1e1634c0f
pda/api/index.js
@@ -20,7 +20,7 @@
}
export const getUserInfo = () => {
  return http({
    url: 'getUserInfo',
    url: 'getUserInfo?timer='+Math.random(),
    method: 'get'
  })
}
@@ -166,4 +166,12 @@
    method: 'get',
    data
  })
}
//  恢复作业
export const restoreWork = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/web/platformJob/restoreWork',
    method: 'post',
    data
  })
}