Browse Source

增加图标修改

master
zhanglei 1 month ago
parent
commit
5f412a644c
  1. 3
      templates/vue/router.ts.j2

3
templates/vue/router.ts.j2

@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [
path: '/{{entity}}', path: '/{{entity}}',
name: '{{table_comment}}模块', name: '{{table_comment}}模块',
meta: { meta: {
icon: 'ic:baseline-view-in-ar', icon: 'ic:baseline-view-list',
order: 1000, order: 1000,
keepAlive: true, keepAlive: true,
title: '{{entityComment}}', title: '{{entityComment}}',
@ -19,6 +19,7 @@ const routes: RouteRecordRaw[] = [
{ {
meta: { meta: {
title: "{{table_comment}}列表", title: "{{table_comment}}列表",
icon: 'ic:baseline-menu',
}, },
name: '{{entity}}List', name: '{{entity}}List',
path: '/{{entity}}', path: '/{{entity}}',

Loading…
Cancel
Save