ZengTao
2025-05-15 b49816062dd5dccc5d3a32e929abc726162f7294
UI-Project/src/views/largescreendisplay/screendisplay.vue
@@ -453,7 +453,7 @@
const exportToExcel = async () => {
  try {
    window.open('http://192.168.0.39:10011/largenScreen/exportDailyProduction', '_blank');
    window.open('http://'+{WebSocketHost}+':10011/largenScreen/exportDailyProduction', '_blank');
    // const response = await request.get('/cacheGlass/largenScreen/exportDailyProduction');
    // if (response.code == 200) {
    //   ElMessage.success(response.message);