隐私政策页面

This commit is contained in:
X1627315083
2025-09-09 11:47:38 +08:00
parent d22cb66b17
commit cb7e84882d
10 changed files with 141 additions and 17 deletions

View File

@@ -383,6 +383,14 @@ const routes: Array<RouteRecordRaw> = [
},
component: () => import("@/views/emailPage/email3-1CN.vue"),
},
{
path: "/privacyPolicy",
name: "privacyPolicy",
meta: {
enter: "all",
},
component: () => import("@/views/privacyPolicy.vue"),
},
{
path: "/404",
name: "404",