1
0
tangning 7 месяцев назад
Родитель
Сommit
d7e494f26a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/view/layout/index.vue

+ 1 - 0
src/view/layout/index.vue

@@ -107,6 +107,7 @@ watch(() => qpisceneList.value, () => {
   }
   console.log('qpisceneList', qpisceneList.value, newqpisceneList);
   sceneList.value = qpisceneList.value && [...newqpisceneList] || []
+  handleCommand()
 })
 console.log(sceneList, 'sceneList');
 onMounted(() => {