defghy
defghy
Same problem. Not smooth in mobile when pinned item exist
Thanks a lot for great effort.
场景是app需要确认当前页面是不是有某个方法,然后报错了, 第三方不调用原生方法,比如我在webview要跳转饿了么的授权页面
It seems this 2 function not generate same format; In my case, `getLocaleStringifier` worked fine, use `getDateTimeFormat` make date not correct
Has some problem when date is Invalid Date; In this situation, an Error throw; Maybe need some try/catch to remain same as before @logeyG
在报错节点上添加了log 报错信息如下 ``` huyu.server 1213486160 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 Host: 127.0.0.1:41941 Accept: */* ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ... ``` 分析报错日志 - connLength为1213486160,太大为直接报错原因。 -...
添加日志后发现,tcp接收到的http请求,请求url为 /app/kibana 请求方ip为:127.0.0.1,端口号每次都会发生变化; 由于使用的是docer容器,因此怀疑还是项目自身发出的请求,而不是第三方比如安全组扫描之类的原因 搜索了项目下所有代码没有kibana相关字符串,请求来源待查
webpack 4 not support "export * as..." syntax; webpack 5 support it https://stackoverflow.com/questions/61718768/how-can-i-export-as-namespace-in-babel https://stackoverflow.com/questions/74717884/webpack-cannot-compile-file-that-uses-export-as-something
if you use vue-cli-service, this is solution - use this babel plugin https://babeljs.io/docs/babel-plugin-transform-export-namespace-from - compile node_modules ``` // vue.config.js { ... transpileDependencies: [/@streamparser\/json/], } ```