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