浏览代码

隐私协议

lex-xin 5 年之前
父节点
当前提交
26b5ea9e36
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/teacher/privacyChild.vue

+ 4 - 1
src/views/teacher/privacyChild.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="privacy">
         <div class="container">
-            <h1>大雅乐盟儿童个人信息保护政策</h1>
+            <h1>用户隐私协议</h1>
             <strong>发布日期:2019-11-22</strong><br />
             <strong>最新更新日期:2019-11-22</strong><br />
 
@@ -115,6 +115,9 @@ import qs from 'qs'
 export default {
     name: 'smallprotocol',
     props: ['proto'],
+    mounted() {
+        document.title = '用户隐私协议'
+    },
     methods: {
         goBack() {
             this.$emit('popupClose', false)