增加隐私协议和政策
This commit is contained in:
@@ -18,6 +18,16 @@ const router = createRouter({
|
||||
name: 'user-center',
|
||||
component: () => import('../pages/UserCenter/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/terms-of-service',
|
||||
name: 'terms-of-service',
|
||||
component: () => import('../pages/TermsOfService/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/privacy-policy',
|
||||
name: 'privacy-policy',
|
||||
component: () => import('../pages/PrivacyPolicy/index.vue'),
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user