From a63513f50c5bbf1fa7f7eae7d5c9c3a53d1146c8 Mon Sep 17 00:00:00 2001 From: 18278715334 <18278715334@163.com> Date: Tue, 13 Jan 2026 10:57:47 +0800 Subject: [PATCH] f --- src/router/index.js | 4 +-- src/views/Authorization.vue | 10 +++---- src/views/PrivacyPolicy.vue | 10 +++---- src/views/UserAgreement.vue | 52 ++++++++++++++++++------------------- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 0e8f8bc..5cfd6e6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -293,8 +293,8 @@ const router = createRouter({ path: 'app', children: [ { - path: 'authorization', - name: 'appAuthorization', + path: '/authorization', + name: 'authorization', component: () => import('@/views/Authorization.vue'), meta: { title: '授权书' }, }, diff --git a/src/views/Authorization.vue b/src/views/Authorization.vue index cc2b1bb..e50dbbf 100644 --- a/src/views/Authorization.vue +++ b/src/views/Authorization.vue @@ -1,15 +1,15 @@