This commit is contained in:
2026-01-28 16:56:02 +08:00
parent 2635c76e79
commit 5545659aee
7 changed files with 342 additions and 14 deletions

View File

@ -181,14 +181,12 @@ function getIsRed() {
}
// 按钮切换
const handleBtns = (val) => {
console.log(val);
btnsActive.value = val;
switch (val) {
case "数据整合":
router.push("/dataReduction");
router.push("/mpvPeo");
break;
case "实支撑":
case "实支撑":
router.push("/InfoCollection");
break;
case "分析研判":