调整
This commit is contained in:
@@ -55,7 +55,6 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
|
||||
headers['Content-Type'] = 'application/json';
|
||||
data = JSON.stringify(request.data)
|
||||
} else {
|
||||
console.log(request.data)
|
||||
const formData = new FormData();
|
||||
Object.keys(request.data).forEach(key => {
|
||||
const value = request.data[key]
|
||||
|
||||
Reference in New Issue
Block a user