Merge remote-tracking branch 'l-origin/ljx'

This commit is contained in:
Teo
2025-09-12 22:39:12 +08:00
2 changed files with 6 additions and 6 deletions

View File

@ -52,11 +52,11 @@ export const getScreenPeople = (projectId: number | string) => {
// 查询项目AI安全巡检
export const getScreenSafetyInspection = (projectId: number | string) => {
return request({
url: '/project/big/screen/safetyInspection/',
method: 'get',
params: {
projectId
}
url: '/project/big/screen/safetyInspection/' + projectId,
method: 'get'
// params: {
// projectId
// }
});
};

View File

@ -213,7 +213,7 @@ const initEcharts = () => {
});
};
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
};
const risk_level_type1 = ref([]);