This commit is contained in:
姚宇浩 2023-09-28 11:49:59 +08:00
parent ec0d1c3519
commit 6bfb189337
1 changed files with 3 additions and 3 deletions

View File

@ -136,15 +136,15 @@ const state = reactive({
option: [
{
label: "主码流",
value: 1,
value: '1',
},
{
label: "辅码流",
value: 2,
value: '2',
},
{
label: "辅码流2",
value: 3,
value: '3',
},
],
});