Merge branch '20220613-将PUT和DELETE请求更改成POST请求' into 'release_20220923'
9.23 1、将PUT和DELETE请求更改成POST请求 2、重评点击保存一直转圈 See merge request eshop/fe_service_ebtp_frontend!4
This commit is contained in:
@ -324,7 +324,7 @@
|
||||
"Authorization": token,
|
||||
"token": token
|
||||
},
|
||||
type: "PUT",
|
||||
type: "POST",
|
||||
success: function (re) {
|
||||
//开标成功进入开标室
|
||||
if (re.success) {
|
||||
|
Reference in New Issue
Block a user