소스 검색

[edit][location]

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) {