@@ -12,7 +12,7 @@ export default withLayout((props) => {
return (
<view className='box-content'>
<CustomNav title='用户协议须知' />
- <WebView src='https://sgl-v2.njyunzhi.com/protocol.html' />
+ <WebView src='https://propotype.njyunzhi.com/shigongli/protocol.html' />
</view>
)
})