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