src/pages/equipmentManagement/upkeep/maintain.vue
@@ -926,11 +926,11 @@ if (url.startsWith("http://") || url.startsWith("https://")) { return url; } const uploadsIndex = url.indexOf("uploads"); if (uploadsIndex !== -1) { const relativePath = url.substring(uploadsIndex); return `${config.fileUrl}/${relativePath}`; } // const uploadsIndex = url.indexOf("uploads"); // if (uploadsIndex !== -1) { // const relativePath = url.substring(uploadsIndex); // return `${config.fileUrl}/${relativePath}`; // } return `${config.fileUrl}/${url}`; };