From 5acddbdb6b6d48a08b52602fd232993fd5c3715d Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Mon, 27 Apr 2020 15:51:27 +0800 Subject: [PATCH] 增加接收情况tabs列表 --- 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 8eac8d6..67afc99 100644 --- a/src/api/httpurl.js +++ b/src/api/httpurl.js @@ -1,5 +1,5 @@ //内网测试地址 -let StagingUrl = 'http://192.168.0.114:9072'; +let StagingUrl = 'http://192.168.0.105:9072'; // let StagingUrl = "http://120.79.193.119:9072"; -- Gitblit v1.8.0