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}}',