From 8696fefc9628f562ac61de64c5c793238b41ed86 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期一, 21 四月 2025 13:21:03 +0800 Subject: [PATCH] 修改流光线 --- src/store/simulation.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/store/simulation.js b/src/store/simulation.js index a873b34..35b8ab9 100644 --- a/src/store/simulation.js +++ b/src/store/simulation.js @@ -123,7 +123,7 @@ const startMNFZ = () => { init() leftShow.value = true - rightRiverShow.value = true + // rightRiverShow.value = true } const startMNPG = () => { -- Gitblit v1.9.3