lcw
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user