tanghaolin
2025-04-18 e3ab5c403cce86811f9bdf8ae5f0d00f1f776b1f
src/router/index.ts
@@ -98,6 +98,11 @@
         name: 'gb19762-2025',
         component: () => import('../views/GB19762-2025.vue'),
      },
      {
         path: '/contact-us',
         name: 'contact-us',
         component: () => import('../views/ContactUs.vue'),
      },
   ],
});
router.beforeEach((to, from, next) => {