anxiao_web/furongNav/index.js

26 lines
855 B
JavaScript
Raw Normal View History

2024-07-24 09:22:32 +08:00
import {setTokenActive} from "./session.js"
$(".policeProtectionLinkage").on('click',function(){
window.open("../cmdDispatch.html");
})
$(".videoInspection").on('click',function(){
window.open("../pages/video/index.html");
})
$(".basicInfo").on('click',function(){
window.open("../pages/basicinfo/index.html");
})
$(".starrating").on('click',function(){
window.open("../pages/starrating/index.html");
})
$(".threeColorAlarm").on('click',function(){
window.open("../pages/threeColorAlarm/index.html");
})
$(".workInClock").on('click',function(){
window.open("../pages/workInClock/index.html");
})
$(".intelligenceEarlyWarning").on('click',function(){
window.open("../pages/intelligenceEarlyWarning/index.html");
})
$(".schoolStyle").on('click',function(){
window.open("../pages/schoolStyle/index.html");
})
setTokenActive();