Showing
1 changed file
with
0 additions
and
2 deletions
1 | import * as Types from './types'; | 1 | import * as Types from './types'; |
2 | import cookie from 'yoho-cookie'; | 2 | import cookie from 'yoho-cookie'; |
3 | import { merge } from 'lodash'; | 3 | import { merge } from 'lodash'; |
4 | -import { initBaseLogs } from 'utils/init-client'; | ||
5 | 4 | ||
6 | export default function(mergeState = {}) { | 5 | export default function(mergeState = {}) { |
7 | return { | 6 | return { |
@@ -199,7 +198,6 @@ export default function(mergeState = {}) { | @@ -199,7 +198,6 @@ export default function(mergeState = {}) { | ||
199 | try { | 198 | try { |
200 | // console.log(appop) | 199 | // console.log(appop) |
201 | // console.log(param) | 200 | // console.log(param) |
202 | - initBaseLogs(); | ||
203 | setTimeout(() => { | 201 | setTimeout(() => { |
204 | if (window._yas && window._yas.sendAppLogs) { | 202 | if (window._yas && window._yas.sendAppLogs) { |
205 | param = param || {}; | 203 | param = param || {}; |
-
Please register or login to post a comment