anxiao_web/furongNav/index.js

26 lines
855 B
JavaScript

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();