浏览代码

feat:数据合规提交

颜琼丽 1 天之前
父节点
当前提交
9b855f1e00
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      jd-logistics-ui-v3/src/views/login.vue

+ 2 - 2
jd-logistics-ui-v3/src/views/login.vue

@@ -48,9 +48,9 @@
         <el-form-item prop="agree" style="margin-bottom: 20px;">
           <el-checkbox v-model="loginForm.agree">
             同意
-            <el-link type="primary" :underline="false" href="/user-agreement" target="_blank">《用户协议》</el-link>
+            <el-link type="primary" :underline="false" href="https://rjsd.mychery.com/user_agreement.html" target="_blank">《用户协议》</el-link>
-            <el-link type="primary" :underline="false" href="/privacy-policy" target="_blank">《隐私政策》</el-link>
+            <el-link type="primary" :underline="false" href="https://rjsd.mychery.com/privacy_policy.html" target="_blank">《隐私政策》</el-link>
           </el-checkbox>
         </el-form-item>