From 8d24b2559c9929814b31c0615bdcf915669350af Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Sat, 16 May 2020 13:49:11 +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 245504a..5285521 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.116:9072'; let StagingUrl = "http://120.79.193.119:9072"; -- Gitblit v1.8.0