From 7454813b2c00fae382b0449c971d0e0994a57cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A6=8F=E8=B4=A2?= <1471584931@qq.com> Date: Tue, 2 Dec 2025 18:14:47 +0800 Subject: [PATCH] =?UTF-8?q?---=E8=B7=AF=E7=94=B1=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/basic.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/router/routes/basic.ts b/src/router/routes/basic.ts index d53957b..fff8355 100644 --- a/src/router/routes/basic.ts +++ b/src/router/routes/basic.ts @@ -224,14 +224,14 @@ export const FLOW_ROUTE: AppRouteRecordRaw[] = [{ title: (route) => '查看'+(route.query.formName||'表单') } }, - { - path: 'createFormCustomer', - name: 'createFormCustomer', - component: () => import('/@/views/sales/Customer/formCreatePage.vue'), - meta: { - title: (route) => '新建'+(route.query.formName||'表单') - } - } + // { + // path: 'createFormCustomer', + // name: 'createFormCustomer', + // component: () => import('/@/views/sales/Customer/formCreatePage.vue'), + // meta: { + // title: (route) => '新建'+(route.query.formName||'表单') + // } + // } ] }]; export const PROCESS_MONITORING: AppRouteRecordRaw[] = [{