From f9e9df1e43014e67580ad03dc86854a55673403d Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Thu, 30 Apr 2020 17:38:23 +0800
Subject: [PATCH] 爬虫词条管理

---
 src/api/httpurl.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/httpurl.js b/src/api/httpurl.js
index 67afc99..0244c8a 100644
--- a/src/api/httpurl.js
+++ b/src/api/httpurl.js
@@ -1,5 +1,5 @@
 //内网测试地址
-let StagingUrl = 'http://192.168.0.105:9072';
+let StagingUrl = 'http://192.168.0.116:9072';
 // let StagingUrl = "http://120.79.193.119:9072";
 
 

--
Gitblit v1.8.0