From 5431fdf18d26d823797991fe16e41b0dee4d6a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=96=E4=BB=95=E5=81=A5?= <564208006@qq.com> Date: Wed, 6 Dec 2017 19:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=81=93=E9=97=B8url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/wms-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/wms-service.js b/public/js/wms-service.js index dfcf22ab..2a050441 100644 --- a/public/js/wms-service.js +++ b/public/js/wms-service.js @@ -611,7 +611,7 @@ var wmsService = angular.module('wms.services', []) open : function(channel,open,led1,led2,sound){ //打开闸门 return http({ method : 'POST', - url : 'http://127.0.0.1:8080/Open', + url : 'http://192.168.5.210:8080/Open', headers:{'Content-Type': 'text/plain;charset=UTF-8'}, data : { cmd : 'lpr', -- Gitee