|
|
@@ -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>
|
|
|
|