From d8a5d0b75b85dd8f56264b5aef7d7dfc0f16caca Mon Sep 17 00:00:00 2001
From: qq_41295110 <qq_41295110@noreply.gitcode.com>
Date: 星期五, 16 一月 2026 14:43:34 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue b/src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue
index dd99f79..49f5425 100644
--- a/src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue
+++ b/src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue
@@ -1334,7 +1334,7 @@
                     return;
                 }
 
-                const response = await axios.get(this.baseURL + '/WLYayBillController/GetMesByOrginBill', {
+                const response = await axios.get(this.$baseUrl + '/WLYayBillController/GetMesByOrginBill', {
                     params: {
                         "ListMaterial": ListMaterial
                     },
@@ -1443,7 +1443,7 @@
         //鏀逛负寮傛鏂规硶锛岃繑鍥濸romise
         async getPushSeOutStockBillInit(HSourceInterID, HSourceEntryID) {
             try {
-                const response = await axios.get(this.baseURL + '/Kf_SellOutBill/loadXs_SeOutStockBill_Push', {
+                const response = await axios.get(this.$baseUrl + '/Kf_SellOutBill/loadXs_SeOutStockBill_Push', {
                     params: {
                         "HInterID": HSourceInterID,
                         "HSubID": HSourceEntryID
@@ -1810,7 +1810,7 @@
             formData.append('HRemark', '');
             formData.append('HUserName', sessionStorage["HUserName"]);
             // 璁剧疆涓婁紶URL
-            this.uploadUrl = this.baseURL + '/Gy_QCVerificationBillMain/UploadFile_Gy_QCVerification';
+            this.uploadUrl = this.$baseUrl + '/Gy_QCVerificationBillMain/UploadFile_Gy_QCVerification';
             // 鍙戦�佷笂浼犺姹�
             axios.post(this.uploadUrl, formData, {
                 headers: {
@@ -1858,7 +1858,7 @@
             formData.append('HUserName', sessionStorage.getItem('HUserName') || '');
 
             // 璁剧疆涓婁紶URL
-            this.uploadUrl = this.baseURL + '/Gy_QCVerificationBillMain/UploadFile_Gy_QCVerification';
+            this.uploadUrl = this.$baseUrl + '/Gy_QCVerificationBillMain/UploadFile_Gy_QCVerification';
 
             // 鍙戦�佷笂浼犺姹�
             axios.post(this.uploadUrl, formData, {

--
Gitblit v1.9.1