This commit is contained in:
dhr
2025-09-28 18:54:52 +08:00
parent 9407ad5446
commit 8cd3ed3f8c
17 changed files with 164 additions and 179 deletions

View File

@ -603,34 +603,34 @@ onUnmounted(() => {
// 导航方法
const handleInspection1 = () => {
router.push('/rili/rili');
router.push('/znxj/rili');
};
const handleInspection2 = () => {
router.push('/rili/InspectionManagement');
router.push('/znxj/xjgl/InspectionManagement');
};
const handleInspection3 = () => {
router.push('/rili/shiyanguanli');
router.push('/znxj/sygl/shiyanguanli');
};
const handleInspection4 = () => {
router.push('/rili/baoxiuguanli');
router.push('/znxj/bxgl/baoxiuguanli');
};
const handleInspection5 = () => {
router.push('/rili/qiangxiuguanli');
router.push('/znxj/qxgl/qiangxiuguanli');
};
const handleInspection6 = () => {
router.push('/rili/gongdanliebiao');
router.push('/znxj/gdgl/gongdanliebiao');
};
const handleInspection7 = () => {
router.push('/rili/renyuanzhuangtai');
router.push('/znxj/ywzz/renyuanzhuangtai');
};
const handleInspectionManagement1 = () => {
router.push('/rili/InspectionManagement');
router.push('/znxj/xjgl/InspectionManagement');
};
const handleInspectionManagement2 = () => {
router.push('/rili/xunjianrenwu');
router.push('/znxj/xjgl/xunjianrenwu');
};
const handleInspectionManagement3 = () => {
router.push('/rili/xunjianjihua');
router.push('/znxj/xjgl/xunjianjihua');
};
</script>