1
0
simov 9 жил өмнө
parent
commit
0b8a9870bd
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      content/content.js

+ 1 - 1
content/content.js

@@ -50,7 +50,7 @@ function mount () {
           done()
           return
         }
-        m.request({url: window.location.href,
+        m.request({method: 'GET', url: window.location.href,
           deserialize: (body) => {
             done(body)
             return body