From fde7ccbfb8bbdec89582e8035231669fe33d2732 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Fri, 23 May 2025 11:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=AF=E7=94=B1=EF=BC=8C=E5=B9=B6=E5=B0=86?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=88=90=E5=8A=9F=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E6=96=87=E6=9C=AC=E4=BB=8E=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=BA=E8=8B=B1=E6=96=87=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 11 ++++++----- src/views/email-alerts/size1920/index.vue | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index b50b95b..d2b86eb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -13,6 +13,11 @@ const routes = [ // next() // } children: [ + { + path: '/contacts', + name: 'contacts', + component: () => import('@/views/contacts/index.vue'), + }, { path: '/home', name: 'home', @@ -67,11 +72,7 @@ const routes = [ }, ], }, - { - path: '/contacts', - name: 'contacts', - component: () => import('@/views/contacts/index.vue'), - }, + // { // path: '/companyprofil', // name: 'Companyprofil', diff --git a/src/views/email-alerts/size1920/index.vue b/src/views/email-alerts/size1920/index.vue index 8920fad..4fbb8df 100644 --- a/src/views/email-alerts/size1920/index.vue +++ b/src/views/email-alerts/size1920/index.vue @@ -57,8 +57,8 @@ function handleSubmit(e) {