This commit is contained in:
lcw
2025-10-09 21:33:58 +08:00
parent 93c711dca6
commit 5e18952b55
69 changed files with 421 additions and 152 deletions

View File

@ -85,7 +85,7 @@
</div>
</ul>
</div>
</div>
</template>
@ -131,7 +131,7 @@ const router = useRouter();
const route = useRoute();
const btns = reactive({
rightBtn: ["四色预警", "重点人群"],
leftBtn: ["预警布控",'研判首页'],
leftBtn: ["智能布控",'研判首页'],
moreBtn:['退出登录',]
});
const btnsActive = ref("");
@ -159,8 +159,8 @@ const handleBtns = (val) => {
btnsActive.value = val;
switch (val) {
case "预警布控":
router.push("/warningControl");
case "智能布控":
router.push("/DeploymentArea");
break;
case "四色预警":
router.push("/IdentityManage");
@ -172,8 +172,9 @@ const handleBtns = (val) => {
router.push("/editPassword");
break;
case "重点人群":
const NPShref = router.resolve({ path: '/KeyPopulations', query: {}});
window.open(NPShref.href, "_blank");
router.push("/mpvPeo");
// const NPShref = router.resolve({ path: '/KeyPopulations', query: {}});
// window.open(NPShref.href, "_blank");
break;
case "退出登录":
window.opener = null;