From 5519a3fbaf3e32244641fe9c7d6fe35333fb951e Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 06 May 2020 10:48:56 +0800 Subject: [PATCH] 修通知公告详情样式 --- src/api/httpurl.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/httpurl.js b/src/api/httpurl.js index 4969b26..5285521 100644 --- a/src/api/httpurl.js +++ b/src/api/httpurl.js @@ -1,6 +1,6 @@ //内网测试地址 -// let StagingUrl = 'http://192.168.0.103:9072'; -let StagingUrl = "http://oa.hugeinfo.com.cn"; +// let StagingUrl = 'http://192.168.0.116:9072'; +let StagingUrl = "http://120.79.193.119:9072"; //mock地址 -- Gitblit v1.8.0