herozzm

Results 6 comments of herozzm

I found the answer. gorequest.go line 1178 Comment it ```go /* // Set Transport if !DisableTransportSwap { s.Client.Transport = s.Transport } */ ```

我也失链了,最后发现要等很长时间,估计10分钟吧,又可以连上了

我也出现了这个问题,旧协议很正常,到reality 就不行了,联通可以,移动疯狂阻断,换什么sni都不行

> declare module '*.vue' { > import { DefineComponent } from 'vue'; > const Component: DefineComponent; > export default Component; > } 我也遇到了这个问题,提示: ``` 无法找到模块“@wangeditor/editor-for-vue”的声明文件。“e:/vue3/vue-project/node_modules/@wangeditor/editor-for-vue/dist/index.esm.js”隐式拥有 "any" 类型。 ``` 已经写入了你的内容也不行

> 旁路由这种用法应该是支持的,但我没用过,你可以先试试不使用旁路由的形式。这个项目的分流使用白名单(域名 + ip)的方式。 好 我换成主路由模式试试