Baozhangchao 3 年前
父节点
当前提交
64436e9d9e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/MineUserAll/Rules/index.jsx

+ 1
- 1
src/pages/MineUserAll/Rules/index.jsx 查看文件

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