切换程控源页面保持页面缓存

This commit is contained in:
caozehui
2026-07-10 08:42:38 +08:00
parent 60112e84e3
commit ad2d94a893

View File

@@ -109,6 +109,10 @@ import {
shouldHandleConnectionTerminalMessage,
} from "./connectionState";
defineOptions({
name: "controlSource",
});
const show = ref(false);
const router = useRouter();
const modeId = ref();