From 3425c6c10844112bc52f71c6a76522c47aff3a6c Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期五, 05 十二月 2025 14:04:21 +0800
Subject: [PATCH] 1

---
 项目代码/WCS/WIDESEAWCS_Client/src/views/Elevator/Elevator.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Elevator/Elevator.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Elevator/Elevator.vue"
index 242488a..d324f92 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Elevator/Elevator.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Elevator/Elevator.vue"
@@ -33,7 +33,7 @@
     },
     methods: {
         startElevator() {
-            this.http.post(`http://localhost:9291/api/Elevator/startElevator`)
+            this.http.post(`http://10.31.3.241:9291/api/Elevator/startElevator`)
                 .then((x) => {
                     if (!x.status) {
                         this.$message.error(x.message)
@@ -46,7 +46,7 @@
                 })
         },
         stopElevator() {
-            this.http.post(`http://localhost:9291/api/Elevator/stopElevator`)
+            this.http.post(`http://10.31.3.241:9291/api/Elevator/stopElevator`)
                 .then((x) => {
                     if (!x.status) {
                         this.$message.error(x.message)
@@ -59,7 +59,7 @@
                 })
         },
         ResetElevator() {
-            this.http.post(`http://localhost:9291/api/Elevator/ResetElevator`)
+            this.http.post(`http://10.31.3.241:9291/api/Elevator/ResetElevator`)
                 .then((x) => {
                     if (!x.status) {
                         this.$message.error(x.message)
@@ -72,7 +72,7 @@
                 })
         },
         initialzationElevator() {
-            this.http.post(`http://localhost:9291/api/Elevator/initialization`)
+            this.http.post(`http://10.31.3.241:9291/api/Elevator/initialization`)
                 .then((x) => {
                     if (!x.status) {
                         this.$message.error(x.message)

--
Gitblit v1.9.3