Przeglądaj źródła

[edit][location]

zhangwei 3 lat temu
rodzic
commit
9aa5ae2a7a
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {