scott

Results 3 issues of scott

# Now, I cannot modify error page below ![Snipaste_2024-06-26_02-09-10](https://github.com/fatedier/frp/assets/28495600/218a688f-df0b-400c-ba6b-768c1cb0df6b) # 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