6.20 前端put和delete请求类型修改为post
This commit is contained in:
@ -322,7 +322,7 @@
|
||||
"Authorization":token,
|
||||
"token":token
|
||||
},
|
||||
type:"PUT",
|
||||
type:"POST",
|
||||
success:function(re){
|
||||
//开标成功进入开标室
|
||||
if(re.success){
|
||||
|
Reference in New Issue
Block a user