| src/views/salesManagement/deliveryLedger/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/salesManagement/deliveryLedger/index.vue
@@ -310,7 +310,7 @@ fileUrl = '/' + fileUrl; } // 拼接 baseUrl const baseUrl = import.meta.env.VITE_APP_BASE_API; const baseUrl = import.meta.env.VITE_APP_ENV; console.log('baseUrl:', baseUrl); fileUrl = baseUrl + fileUrl; console.log('最终拼接的 URL:', fileUrl);