fix: 修改组合穿梭器默认脚手架id

This commit is contained in:
wutong25 2023-09-25 19:10:11 +08:00
parent 1eafa40091
commit cfcee5425a

View File

@ -79,7 +79,7 @@ export class TabsTransferPlugin extends BasePlugin {
children: [ children: [
{ {
label: '法师', label: '法师',
value: 'fashi', value: 'fashi2',
children: [ children: [
{ {
label: '诸葛亮', label: '诸葛亮',
@ -89,7 +89,7 @@ export class TabsTransferPlugin extends BasePlugin {
}, },
{ {
label: '战士', label: '战士',
value: 'zhanshi', value: 'zhanshi2',
children: [ children: [
{ {
label: '曹操', label: '曹操',
@ -103,7 +103,7 @@ export class TabsTransferPlugin extends BasePlugin {
}, },
{ {
label: '打野', label: '打野',
value: 'daye', value: 'daye2',
children: [ children: [
{ {
label: '李白', label: '李白',