From 008778b6893c2fc2ed1daa134e63c7a8f80f9519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98huanghaiixia=E2=80=99?= <980486410@.com> Date: Thu, 19 Mar 2026 18:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=86=B2=E7=AA=81=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/basic.ts | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/router/routes/basic.ts b/src/router/routes/basic.ts index 8ee08e9..2e0a055 100644 --- a/src/router/routes/basic.ts +++ b/src/router/routes/basic.ts @@ -356,14 +356,16 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{ component: () => import('/@/views/dayPlan/LngAppro/components/createForm.vue'), meta: { title: (route) => route.query.formName - path: '/system/LngSmsTemplate/LngSmsRecord', - name: 'LngDemand', - component: () => import('/@/views/system/LngSmsTemplate/LngSmsRecord.vue'), - meta: { - title: (route) => (route.query.formName || '短信记录') - } - }, - } + } + }, + { + path: '/system/LngSmsTemplate/LngSmsRecord', + name: 'LngSmsTemplate', + component: () => import('/@/views/system/LngSmsTemplate/LngSmsRecord.vue'), + meta: { + title: (route) => (route.query.formName || '短信记录') + } + }, ]