zhangwei 3 роки тому
батько
коміт
9aa5ae2a7a
1 змінених файлів з 1 додано та 1 видалено
  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) {