This commit is contained in:
ljx
2025-09-12 22:33:25 +08:00
parent 5de6bd0918
commit 5a2b17dea2

View File

@ -213,7 +213,7 @@ const initEcharts = () => {
}); });
}; };
const navigateToProjectDetail = (data) => { const navigateToProjectDetail = (data) => {
window.open('http://localhost:7788/ProjectScreen?projectId=' + data.id + '&projectName=' + data.name, '_blank'); window.open('http://xny.yj-3d.com:7788/ProjectScreen?projectId=' + data.id + '&projectName=' + data.name, '_blank');
//xny.yj-3d.com //xny.yj-3d.com
}; };
const risk_level_type1 = ref([]); const risk_level_type1 = ref([]);