新增耳机阻抗
This commit is contained in:
@@ -62,6 +62,18 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'headphone_impedance',
|
||||
path: '/headphone/impedance',
|
||||
component: 'view.headphone_impedance',
|
||||
meta: {
|
||||
title: 'headphone_impedance',
|
||||
i18nKey: 'route.headphone_impedance',
|
||||
icon: 'mdi:omega',
|
||||
order: 3,
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'headphone_model',
|
||||
path: '/headphone/model',
|
||||
|
||||
Reference in New Issue
Block a user