From 7b15c6ed0cc4753d55487ae7b55954b9b10773b0 Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Sat, 7 May 2022 18:31:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=9A=90=E7=A7=81=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/index/DesktopFooter.vue | 2 +- src/components/mobile/main/MobileFooter.vue | 4 +- src/router/index.ts | 8 + src/views/desktop/PrivacyPolicy.vue | 233 ++++++++++++++++++++ 4 files changed, 244 insertions(+), 3 deletions(-) create mode 100644 src/views/desktop/PrivacyPolicy.vue diff --git a/src/components/index/DesktopFooter.vue b/src/components/index/DesktopFooter.vue index 49428c1..d8ecd48 100644 --- a/src/components/index/DesktopFooter.vue +++ b/src/components/index/DesktopFooter.vue @@ -37,7 +37,7 @@
Policies
Terms of use - Privacy Policy + Privacy Policy
Contact us
diff --git a/src/components/mobile/main/MobileFooter.vue b/src/components/mobile/main/MobileFooter.vue index ec5fb21..afadf9c 100644 --- a/src/components/mobile/main/MobileFooter.vue +++ b/src/components/mobile/main/MobileFooter.vue @@ -47,7 +47,7 @@ plus
Terms of use - Privacy Policy + Privacy Policy
@@ -73,7 +73,7 @@ import { Component, Vue } from 'vue-property-decorator' } }) export default class MobileFooter extends Vue { - private status = [ + status = [ true, true, true, true, true ] diff --git a/src/router/index.ts b/src/router/index.ts index d0f5448..aa4b531 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -197,6 +197,14 @@ const routes: Array = [ title: 'NativeLogin', nofont: 'true' } + }, + { + path: '/privacy', + name: 'Privacy', + component: resolve => require(['@/views/desktop/PrivacyPolicy.vue'], resolve), + meta: { + title: 'Privacy Policy of Crypto Elite`s:BATTLEGROUNDS (CEBG)' + } } ] diff --git a/src/views/desktop/PrivacyPolicy.vue b/src/views/desktop/PrivacyPolicy.vue new file mode 100644 index 0000000..c39e167 --- /dev/null +++ b/src/views/desktop/PrivacyPolicy.vue @@ -0,0 +1,233 @@ + + +