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
 })