1
yangpeixing
9 天以前 3425c6c10844112bc52f71c6a76522c47aff3a6c
项目代码/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)