From 63aff8598758092b5b7c53a6dc339269ffb1f5f1 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 2 Dec 2025 15:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=8C=E5=8F=B0=E7=BB=9F=E8=AE=A1=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=8F=B0=E6=A1=8C=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 557f268..2ab1a11 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -58,7 +58,7 @@ export const constantRoutes: RouteRecordRaw[] = [ name: "", component: () => import("@/views/data/table.vue"), meta: { - title: "桌台统计", + title: "台桌统计", affix: false, keepAlive: true, },