Commit 537432fe by qinjianhui

feat: 添加隐私协议

parent 2b19d409
...@@ -70,7 +70,7 @@ const routes = [ ...@@ -70,7 +70,7 @@ const routes = [
component: (resolve) => require(['../views/authorization-failed'], resolve), component: (resolve) => require(['../views/authorization-failed'], resolve),
}, },
{ {
path: '/protocol', path: '/protocol/:type',
name: 'protocol', name: 'protocol',
component: (resolve) => require(['../views/protocol'], resolve), component: (resolve) => require(['../views/protocol'], resolve),
}, },
......
...@@ -80,8 +80,12 @@ ...@@ -80,8 +80,12 @@
<el-checkbox v-model="isRead" label="" :indeterminate="false" /> <el-checkbox v-model="isRead" label="" :indeterminate="false" />
<span class="tos-link"> <span class="tos-link">
阅读并同意 阅读并同意
<a class="link" href="/protocol" target="_blank"> <a class="link" href="/protocol/term" target="_blank">
九猫ERP条款与协议 《九猫ERP条款与协议》
</a>
<span></span>
<a class="link" href="/protocol/privacy" target="_blank">
《隐私协议》
</a> </a>
</span> </span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment