diff --git a/supervise-report-ui/src/views/project/projectDaily.vue b/supervise-report-ui/src/views/project/projectDaily.vue index 932b7e84..4fba6a5c 100644 --- a/supervise-report-ui/src/views/project/projectDaily.vue +++ b/supervise-report-ui/src/views/project/projectDaily.vue @@ -629,7 +629,7 @@ // 测试 // window.open('https://supervise.yxtsoft.com/map365/#/mortgage'); // 本地 - window.open('http://jg.yyundong.com/map365/#/allData?projectSid=' + projectSid + '&projectName=' + projectName + + window.open('/map365/#/allData?projectSid=' + projectSid + '&projectName=' + projectName + '&orderDate=' + orderDate); },