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

---
 src/views/component/btnSettings/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/component/btnSettings/index.vue b/src/views/component/btnSettings/index.vue
index 88f885a..893f221 100644
--- a/src/views/component/btnSettings/index.vue
+++ b/src/views/component/btnSettings/index.vue
@@ -102,7 +102,7 @@
         getDisplay() {
             this.loading = false
             // this.HModName = "Kf_SellOutBillList"
-            axios.get(this.baseURL + '/Xt_ModuleButtonSet_WMES/moduleButtonSetWMESList', {
+            axios.get(this.$baseUrl + '/Xt_ModuleButtonSet_WMES/moduleButtonSetWMESList', {
                 params: { "HModName": 'Gy_Source',"HBillType":'Gy_Source', "user": this.user },
             }).then(response => {
                 console.log(response)
@@ -218,7 +218,7 @@
             const sMainSub = `${sMainStr};${sSubStr};${this.HModName};${OperationType};${this.user}`
             axios({
                 method: 'post',
-                url: this.baseURL + "/Xt_grdAlignment_WMES/AddgrdAlignmentWMES",
+                url: this.$baseUrl + "/Xt_grdAlignment_WMES/AddgrdAlignmentWMES",
                 data: {
                     'sMainSub': sMainSub
                 },
@@ -243,7 +243,7 @@
         handleDel() {
             this.$modal.confirm('纭瑕佸垹闄ゅ悧锛屽垹闄ゅ悗涓嶈兘鎭㈠').then(() => {
                 console.log(this.rowForm.hmainid.toString())
-                axios.get(this.baseURL + "/Xt_grdAlignment_WMES/DelgrdAlignmentWMES", {
+                axios.get(this.$baseUrl + "/Xt_grdAlignment_WMES/DelgrdAlignmentWMES", {
                     params: { "HModName": this.HModName, "user": this.user }
                 }).then(response => {
                    let result=response.data

--
Gitblit v1.9.1