Commit a366dceb authored by 13841799530's avatar 13841799530

put请求

解润东
20220323
parent 0e36fe56
Pipeline #8086 passed with stage
in 5 minutes
......@@ -47,7 +47,7 @@ export function removeMessgae(data) {
//待办事项列表
export function waitList(data) {
return request({
url: "/backlogInfo/list",
url: '/hse/app-api/'+"/backlogInfo/list",
method: 'post',
data
})
......@@ -55,7 +55,7 @@ export function waitList(data) {
//未读消息数
export function badgeNumber(data) {
return request({
url: "/backlogInfo/unReadCount",
url: '/hse/app-api/'+"/backlogInfo/unReadCount",
method: 'get',
data
})
......
......@@ -31,4 +31,12 @@ export function postFunTwo(url,data) {
method: 'post',
data
})
}
\ No newline at end of file
}
/* put请求 */
export function putFunTwo(url,data) {
return request({
url: '/sk_ceninss/'+url,
method: 'put',
data
})
}
\ No newline at end of file
......@@ -265,6 +265,7 @@ export default {
loadingType: 'spinner',
duration: 0
})
console.log(obj)
putFunTwo('app/push',obj).then((Response)=>{
this.$toast.clear()
this.$toast.success({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment