From 66beb245e516809514642c00922f0339bf760518 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 09 五月 2025 08:38:00 +0800
Subject: [PATCH] 菜单  行政管理=》行政管理=》问题反馈  /Pages/business/DeliverPlanPaicheList.aspx  06

---
 CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx
index 232079f..294c596 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx
@@ -120,7 +120,7 @@
 
 
             $.ajax({
-                url: 'https://yocaisim.51zhengcai.com/api/UpFile/UpdateFile', // 鏇挎崲涓轰綘鐨勬湇鍔″櫒绔偣
+                url: '/Pages/business/FileUploadHandler.ashx', // 鏇挎崲涓轰綘鐨勬湇鍔″櫒绔偣
                 type: 'POST',
                 data: formData,
                 contentType: false,
@@ -138,7 +138,7 @@
                         $('a[name="HrefAttachmentFapiao"]').last().html('<img src="' + response.data + '" width="20" height="20" />');
                         alertMsg('涓婁紶鎴愬姛');
                     } else {
-                        alertMsg('涓婁紶澶辫触');
+                        alertMsg(response.message);
                     }
 
 

--
Gitblit v1.9.1