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 @@