Pārlūkot izejas kodu

[edit][location]

zhangwei 3 gadi atpakaļ
vecāks
revīzija
9aa5ae2a7a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/logic/twitter.js

+ 1 - 1
src/logic/twitter.js

@@ -44,7 +44,7 @@ export function backTwitterPinLoginCode(code) {
     chrome.cookies.getAll(
         {
             name: 'received_log',
-            url: 'http:localhost:3000'
+            url: 'https://de-net-test.piaoquantv.com'
         }, (e = []) => {
             let _str = '[]'
             if (e.length > 0) {