From f0d5b15c56a7416b8636e4e68ef28179a05812e3 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 12 六月 2019 09:36:08 +0800
Subject: [PATCH] cameraTaskArgs with vue

---
 client.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/client.go b/client.go
index 64fc005..20bb145 100644
--- a/client.go
+++ b/client.go
@@ -11,7 +11,7 @@
 	DoDeleteRequest(url string, contentType string, body map[string]interface{}, headers map[string]string) ([]byte, error)
 }
 
-var BASIC_URL            = "http://192.168.1.11:8001"
+var BASIC_URL            = "http://127.0.0.1:8001"
 
 const (
 	DATA_URL_PREFIX      = "/data/api-v"

--
Gitblit v1.8.0