feat: update

This commit is contained in:
chashaobao
2025-09-20 20:00:44 +08:00
parent 87f8e1f7e2
commit fe33d0493c
2 changed files with 5 additions and 3 deletions

View File

@ -5,5 +5,7 @@ import Toast from '@/utils/toast';
import './index.less';
export default function ProtocolWebview() {
return <WebView src="https://neighbourhood.cn/user-agreement.html" onError={() => Toast.error('加载失败请重试')} />;
return (
<WebView src="https://neighbourhood.cn/user-agreement.html?t=1" onError={() => Toast.error('加载失败请重试')} />
);
}