From 9d6848ea3b085d66f515403d1991ed492d4bc395 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期六, 11 十月 2025 09:04:48 +0800 Subject: [PATCH] bug修改 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html index cd6ef91..c9fd3c0 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html @@ -216,7 +216,7 @@ if (file && file.response) { file.url = file.response; } - TCarInfoDlg.goodsPicArray.push(res); + TCarInfoDlg.goodsPicArray.push(file.url); console.log(TCarInfoDlg.goodsPicArray); }, // 添加 beforeUpload 钩子到 el-upload 组件 -- Gitblit v1.7.1