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:
jl-zhoujl2
2022-09-23 07:54:45 +00:00
54 changed files with 668 additions and 647 deletions

View File

@ -324,7 +324,7 @@
"Authorization": token,
"token": token
},
type: "PUT",
type: "POST",
success: function (re) {
//开标成功进入开标室
if (re.success) {