scott
scott
[Feature Request] I hope it to support customizing error page if server fails to connect all clients
# Now, I cannot modify error page below  # I find source code is here, but I don't know how to modify https://github.com/fatedier/frp/blob/939c4907689832b6f15f6ff163e15d2b3adad9ff/pkg/util/vhost/resource.go#L44 ### Affected area - [ ]...
如下文件的如下代码,并没有监听pathname变量的变化 https://github.com/hqwlkj/umi-antd-mobile/blob/master/src/layouts/index.tsx 有问题的代码如下 ```javascript return ( ); }, [props]); ``` 需要改为如下代码 ```javascript return ( ); }, [props,pathname]); ```
https://baozouai.github.io/react-mobile-app/login