From 5f412a644c460981996278f931d5c36f13be7409 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Fri, 27 Mar 2026 13:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E6=A0=87=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/vue/router.ts.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/vue/router.ts.j2 b/templates/vue/router.ts.j2 index b9596e5..215ef63 100644 --- a/templates/vue/router.ts.j2 +++ b/templates/vue/router.ts.j2 @@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [ path: '/{{entity}}', name: '{{table_comment}}模块', meta: { - icon: 'ic:baseline-view-in-ar', + icon: 'ic:baseline-view-list', order: 1000, keepAlive: true, title: '{{entityComment}}', @@ -19,6 +19,7 @@ const routes: RouteRecordRaw[] = [ { meta: { title: "{{table_comment}}列表", + icon: 'ic:baseline-menu', }, name: '{{entity}}List', path: '/{{entity}}',