mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 11:02:25 +00:00
声明html文件放到public目录下
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" href="../favicon.svg" />
|
||||
<title>隐私政策 - OpenAnyLink</title>
|
||||
<style>
|
||||
body {
|
||||
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" href="../favicon.svg" />
|
||||
<title>用户使用协议 - OpenAnyLink</title>
|
||||
<style>
|
||||
body {
|
||||
@@ -440,11 +440,9 @@ watch(tabMode, () => {
|
||||
</el-link>
|
||||
</div>
|
||||
<el-checkbox v-if="demoFlag" v-model="isReadProtocol">
|
||||
我已阅读并同意<a href="src/assets/html/user-agreement.html" target="_blank">
|
||||
用户使用协议
|
||||
</a>
|
||||
我已阅读并同意<a href="html/user-agreement.html" target="_blank"> 用户使用协议 </a>
|
||||
、
|
||||
<a href="src/assets/html/privacy-policy.html" target="_blank">隐私政策 </a>
|
||||
<a href="html/privacy-policy.html" target="_blank">隐私政策 </a>
|
||||
</el-checkbox>
|
||||
</el-form-item>
|
||||
<el-form-item style="margin-bottom: 10px">
|
||||
|
||||
Reference in New Issue
Block a user