add switch node

This commit is contained in:
王劲鹏
2021-05-27 16:56:57 +08:00
committed by osborn
parent 53184e483a
commit 2328afdb01
8 changed files with 71 additions and 1 deletions

View File

@@ -58,6 +58,9 @@ void DoricDemoBridge::navigate(QVariant route) {
name = "StorageDemo.js";
break;
case 14:
name = "SwitchDemo.js";
break;
case 15:
name = "TextDemo.js";
break;
}