From caa2e31287d3d95f5c682375b229652807a6bda4 Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Wed, 27 May 2020 11:44:22 +0800 Subject: [PATCH] .. --- /dev/null | 0 src/api/httpurl.js | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/build\050\344\277\256\345\244\215\346\227\245\346\234\237\346\230\276\347\244\272\051.zip" "b/build\050\344\277\256\345\244\215\346\227\245\346\234\237\346\230\276\347\244\272\051.zip" deleted file mode 100644 index 008e32a..0000000 --- "a/build\050\344\277\256\345\244\215\346\227\245\346\234\237\346\230\276\347\244\272\051.zip" +++ /dev/null Binary files differ diff --git a/src/api/httpurl.js b/src/api/httpurl.js index bc312c0..2db8601 100644 --- a/src/api/httpurl.js +++ b/src/api/httpurl.js @@ -1,6 +1,6 @@ //内网测试地址 -// let StagingUrl = 'http://192.168.0.106:9072'; -let StagingUrl = "http://120.79.193.119:9072"; +let StagingUrl = 'http://192.168.0.12:9072'; +// let StagingUrl = "http://120.79.193.119:9072"; // let StagingUrl = "http://120.79.193.119:9075"; //mock地址 -- Gitblit v1.8.0